Skip to content

Commit

Permalink
fix(deps): move dependencies to devDependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
remidej authored Oct 24, 2023
1 parent ab4280f commit 2611c46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,12 @@
"test:ts": "tsc --noEmit",
"watch": "pack-up watch"
},
"dependencies": {
"@testing-library/react": "^14.0.0",
"lint-staged": "^15.0.1"
},
"devDependencies": {
"@strapi/eslint-config": "^0.2.0",
"@strapi/pack-up": "^4.14.4",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand All @@ -79,6 +76,7 @@
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.0.1",
"prettier": "^3.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down

0 comments on commit 2611c46

Please sign in to comment.