Skip to content

Commit

Permalink
refactor(devtools-view): Move axe-core to devDependencies (#22797)
Browse files Browse the repository at this point in the history
## Description

`axe-core` is used for accessibility tests only, it doesn't need to be a
prod dep.
  • Loading branch information
alexvy86 authored Oct 14, 2024
1 parent 91ace91 commit c74e1ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/tools/devtools/devtools-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@fluidframework/devtools-core": "workspace:~",
"@fluidframework/driver-definitions": "workspace:~",
"@fluidframework/telemetry-utils": "workspace:~",
"axe-core": "^4.9.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-split-pane": "^0.1.92",
Expand Down Expand Up @@ -110,6 +109,7 @@
"@types/react-dom": "^18.3.0",
"@types/recharts": "^1.8.24",
"@types/testing-library__jest-dom": "^5.14.5",
"axe-core": "^4.9.1",
"chai": "^4.2.0",
"chalk": "^4.1.2",
"concurrently": "^8.2.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c74e1ce

Please sign in to comment.