We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cb6cd commit 2845131Copy full SHA for 2845131
bun.lockb
-1.34 KB
package.json
@@ -75,7 +75,6 @@
75
"devDependencies": {
76
"@testing-library/dom": "^10.4.0",
77
"@testing-library/jest-dom": "^6.6.3",
78
- "@testing-library/react-hooks": "^8.0.1",
79
"@types/jscodeshift": "^0.12.0",
80
"@types/node": "^18.11.18",
81
"@vitejs/plugin-react": "^4.3.4",
@@ -87,11 +86,10 @@
87
86
"tsup": "^8.3.5",
88
"typescript": "^5.4.0",
89
"vitest": "^2.1.3",
90
- "@testing-library/react": "^16.1.0",
91
- "jest-dom": "^4.0.0"
+ "@testing-library/react": "^16.1.0"
92
},
93
"optionalDependencies": {
94
- "@types/react": "^19.0.2",
95
- "react": "^19.0.0"
+ "@types/react": "^18.0.0 || ^19.0.0",
+ "react": "^18.0.0 || ^19.0.0"
96
}
97
0 commit comments