Skip to content

Commit dcc9765

Browse files
authored
Merge pull request #1 from floydkim/react-peer-deps
chore: update peer dependency for react to allow any version
2 parents 9a042d4 + cc28586 commit dcc9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tslib": "^2.1.0"
4949
},
5050
"peerDependencies": {
51-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
51+
"react": "*"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "7.20.2",

0 commit comments

Comments
 (0)