Skip to content

Commit

Permalink
move babel-jest and jest-environment-jsdom to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Archaeopteryx committed Dec 12, 2024
1 parent 81c3add commit bcd550b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"ajv": "8.17.1",
"assert": "2.1.0",
"auth0-js": "9.22.1",
"babel-jest": "29.7.0",
"buffer": "6.0.3",
"connected-react-router": "6.9.3",
"crypto-browserify": "3.12.0",
Expand All @@ -31,7 +30,6 @@
"eslint-formatter-codeframe": "7.32.1",
"fuse.js": "6.0.4",
"history": "4.10.1",
"jest-environment-jsdom": "28.1.3",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"json-e": "4.4.3",
Expand Down Expand Up @@ -87,6 +85,7 @@
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.1",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
Expand All @@ -103,6 +102,7 @@
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
"jest-environment-jsdom": "28.1.3",
"jest-environment-puppeteer": "10.1.4",
"jest-puppeteer": "9.0.2",
"markdownlint-cli": "0.43.0",
Expand Down

0 comments on commit bcd550b

Please sign in to comment.