Skip to content

Commit

Permalink
Move non-Cypress testing dependencies to optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manaswinidas committed Feb 27, 2025
1 parent 8421a2b commit b80de47
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
76 changes: 38 additions & 38 deletions frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.0.0",
"@types/dompurify": "^2.2.6",
"@types/js-yaml": "^4.0.6",
"@types/lodash-es": "^4.17.8",
Expand Down Expand Up @@ -153,6 +150,9 @@
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "0.1.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^28.1.8",
"axe-playwright": "^1.2.3",
"cypress": "^13.6.0",
Expand Down

0 comments on commit b80de47

Please sign in to comment.