Skip to content

Commit 2845131

Browse files
author
Duke
committed
fix: cleanup package.json dependency list
1 parent 81cb6cd commit 2845131

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bun.lockb

-1.34 KB
Binary file not shown.

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
"devDependencies": {
7676
"@testing-library/dom": "^10.4.0",
7777
"@testing-library/jest-dom": "^6.6.3",
78-
"@testing-library/react-hooks": "^8.0.1",
7978
"@types/jscodeshift": "^0.12.0",
8079
"@types/node": "^18.11.18",
8180
"@vitejs/plugin-react": "^4.3.4",
@@ -87,11 +86,10 @@
8786
"tsup": "^8.3.5",
8887
"typescript": "^5.4.0",
8988
"vitest": "^2.1.3",
90-
"@testing-library/react": "^16.1.0",
91-
"jest-dom": "^4.0.0"
89+
"@testing-library/react": "^16.1.0"
9290
},
9391
"optionalDependencies": {
94-
"@types/react": "^19.0.2",
95-
"react": "^19.0.0"
92+
"@types/react": "^18.0.0 || ^19.0.0",
93+
"react": "^18.0.0 || ^19.0.0"
9694
}
9795
}

0 commit comments

Comments
 (0)