Skip to content

Commit 97d8a52

Browse files
committed
fix: remove incompatible @testing-library/react-hooks to resolve React 19 conflict
1 parent 65c7d1b commit 97d8a52

File tree

2 files changed

+114
-51
lines changed

2 files changed

+114
-51
lines changed

package-lock.json

Lines changed: 113 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@tailwindcss/postcss": "^4",
2626
"@testing-library/jest-dom": "^6.9.1",
2727
"@testing-library/react": "^16.3.0",
28-
"@testing-library/react-hooks": "^8.0.1",
2928
"@testing-library/user-event": "^14.6.1",
3029
"@types/jest": "^30.0.0",
3130
"@types/node": "^20",
@@ -39,4 +38,4 @@
3938
"ts-jest": "^29.4.4",
4039
"typescript": "^5"
4140
}
42-
}
41+
}

0 commit comments

Comments
 (0)