Skip to content

Commit

Permalink
fix tam315#106: move jest-environment-jsdom to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCommander committed Aug 4, 2023
1 parent dc87b31 commit a81a5c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"dependencies": {
"jest-environment-jsdom": "^29.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down Expand Up @@ -55,6 +52,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"loki": "^0.30.3",
"prettier": "^2.8.0",
"react": "^18.2.0",
Expand Down

0 comments on commit a81a5c0

Please sign in to comment.