Skip to content

Commit 9dc344b

Browse files
committed
fix: change peer dependencies for react 18
1 parent e9632c4 commit 9dc344b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"private": false,
2020
"peerDependencies": {
21-
"react": "^16.8.0 || ^17.0.0"
21+
"react": ">=16.8.0"
2222
},
2323
"devDependencies": {
2424
"@testing-library/jest-dom": "^4.0.0",
@@ -39,4 +39,4 @@
3939
"publishConfig": {
4040
"registry": "https://registry.npmjs.org"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)