Skip to content

Commit

Permalink
fix(packages): move jest to devDependencies (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: leonardogarreto <[email protected]>
  • Loading branch information
Nhed1 and leonardogarreto authored Sep 18, 2024
1 parent c5c3aa7 commit 3513d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"hygen": "^6.0.4",
"prettier": "^2.1.2",
"ts-loader": "^8.0.5",
"jest": "^26.5.3",
"storybook": "^6.5.15"
},
"dependencies": {
Expand All @@ -55,7 +56,6 @@
"chromatic": "^6.5.1",
"dotenv-cli": "^5.0.0",
"downshift": "^6.0.6",
"jest": "^26.5.3",
"moment": "^2.29.1",
"rc-dropdown": "^3.2.0",
"rc-menu": "^9.0.11",
Expand Down

0 comments on commit 3513d95

Please sign in to comment.