Skip to content

Commit 4bb26c6

Browse files
committed
chore: force testing-library to v12.1.4
because 12.1.5 only supports react < 18, and we install both 17 and 18
1 parent 7e73283 commit 4bb26c6

File tree

2 files changed

+13
-43
lines changed

2 files changed

+13
-43
lines changed

package-lock.json

Lines changed: 12 additions & 42 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@testing-library/jest-dom": "^5.16.4",
6969
"@testing-library/react": "^13.0.0",
7070
"@testing-library/react-hooks": "^7.0.2",
71-
"@testing-library/react-17": "npm:@testing-library/react@^12.1.4",
71+
"@testing-library/react-17": "npm:@testing-library/[email protected]",
7272
"@tsconfig/svelte": "^3.0.0",
7373
"@types/jest": "^26.0.4",
7474
"@types/luxon": "^2.3.1",

0 commit comments

Comments
 (0)