Skip to content

Commit 2611c46

Browse files
authored
fix(deps): move dependencies to devDependencies (#2)
1 parent ab4280f commit 2611c46

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,12 @@
5252
"test:ts": "tsc --noEmit",
5353
"watch": "pack-up watch"
5454
},
55-
"dependencies": {
56-
"@testing-library/react": "^14.0.0",
57-
"lint-staged": "^15.0.1"
58-
},
5955
"devDependencies": {
6056
"@strapi/eslint-config": "^0.2.0",
6157
"@strapi/pack-up": "^4.14.4",
6258
"@swc/core": "^1.3.93",
6359
"@swc/jest": "^0.2.29",
60+
"@testing-library/react": "^14.0.0",
6461
"@types/jest": "^29.5.5",
6562
"@types/react": "^18.0.0",
6663
"@types/react-dom": "^18.0.0",
@@ -79,6 +76,7 @@
7976
"husky": "^8.0.3",
8077
"jest": "^29.7.0",
8178
"jest-environment-jsdom": "^29.7.0",
79+
"lint-staged": "^15.0.1",
8280
"prettier": "^3.0.3",
8381
"react": "^18.0.0",
8482
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)