Skip to content

Commit bcd550b

Browse files
committed
move babel-jest and jest-environment-jsdom to devDependencies
1 parent 81c3add commit bcd550b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"ajv": "8.17.1",
2323
"assert": "2.1.0",
2424
"auth0-js": "9.22.1",
25-
"babel-jest": "29.7.0",
2625
"buffer": "6.0.3",
2726
"connected-react-router": "6.9.3",
2827
"crypto-browserify": "3.12.0",
@@ -31,7 +30,6 @@
3130
"eslint-formatter-codeframe": "7.32.1",
3231
"fuse.js": "6.0.4",
3332
"history": "4.10.1",
34-
"jest-environment-jsdom": "28.1.3",
3533
"js-cookie": "3.0.5",
3634
"js-yaml": "4.1.0",
3735
"json-e": "4.4.3",
@@ -87,6 +85,7 @@
8785
"@testing-library/dom": "10.1.0",
8886
"@testing-library/jest-dom": "6.4.8",
8987
"@testing-library/react": "16.0.1",
88+
"babel-jest": "29.7.0",
9089
"babel-loader": "9.2.1",
9190
"clean-webpack-plugin": "4.0.0",
9291
"copy-webpack-plugin": "12.0.2",
@@ -103,6 +102,7 @@
103102
"html-loader": "5.1.0",
104103
"html-webpack-plugin": "5.6.3",
105104
"jest": "29.7.0",
105+
"jest-environment-jsdom": "28.1.3",
106106
"jest-environment-puppeteer": "10.1.4",
107107
"jest-puppeteer": "9.0.2",
108108
"markdownlint-cli": "0.43.0",

0 commit comments

Comments
 (0)