Skip to content

Commit

Permalink
fix: move jest-environment-jsdom to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtute90 committed May 3, 2024
1 parent 927df34 commit 3095c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"eslint-plugin-storybook": "^0.8.0",
"husky": "^8.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^13.0.3",
"prettier": "^3.2.5",
"react": "^17.0.2",
Expand All @@ -146,7 +147,6 @@
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"jest-environment-jsdom": "29.7.0"
"@types/react-dom": "17.0.2"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7576,7 +7576,7 @@ jest-each@^29.7.0:
jest-util "^29.7.0"
pretty-format "^29.7.0"

jest-environment-jsdom@29.7.0:
jest-environment-jsdom@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz#d206fa3551933c3fd519e5dfdb58a0f5139a837f"
integrity sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==
Expand Down

0 comments on commit 3095c9c

Please sign in to comment.