We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4280f commit 2611c46Copy full SHA for 2611c46
package.json
@@ -52,15 +52,12 @@
52
"test:ts": "tsc --noEmit",
53
"watch": "pack-up watch"
54
},
55
- "dependencies": {
56
- "@testing-library/react": "^14.0.0",
57
- "lint-staged": "^15.0.1"
58
- },
59
"devDependencies": {
60
"@strapi/eslint-config": "^0.2.0",
61
"@strapi/pack-up": "^4.14.4",
62
"@swc/core": "^1.3.93",
63
"@swc/jest": "^0.2.29",
+ "@testing-library/react": "^14.0.0",
64
"@types/jest": "^29.5.5",
65
"@types/react": "^18.0.0",
66
"@types/react-dom": "^18.0.0",
@@ -79,6 +76,7 @@
79
76
"husky": "^8.0.3",
80
77
"jest": "^29.7.0",
81
78
"jest-environment-jsdom": "^29.7.0",
+ "lint-staged": "^15.0.1",
82
"prettier": "^3.0.3",
83
"react": "^18.0.0",
84
"react-dom": "^18.0.0",
0 commit comments