Skip to content

Commit

Permalink
move jest util to devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Aug 9, 2024
1 parent e1c2021 commit 6ce9114
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 103 deletions.
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
"ver": "pnpm npm version"
},
"dependencies": {
"@types/jest": "^29.5.12",
"clsx": "^1.1.1",
"focus-visible": "^5.2.0",
"jest-babel": "^1.0.1",
"lodash": "^4.17.21",
"ts-pattern": "^4.3.0"
},
Expand All @@ -56,6 +54,7 @@
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/glob": "^7.2.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.6",
"@types/react": "^18.3.2",
Expand All @@ -68,6 +67,7 @@
"esbuild-darwin-arm64": "^0.14.27",
"glob": "^7.2.0",
"jest": "^29.7.0",
"jest-babel": "^1.0.1",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.0.8",
"jest-watch-typeahead": "^1.0.0",
Expand Down
Loading

0 comments on commit 6ce9114

Please sign in to comment.