Skip to content

Commit 403ed11

Browse files
committed
chore: support react 18 as peer dependency
1 parent d671c8e commit 403ed11

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
@@ -39,7 +39,7 @@
3939
},
4040
"peerDependencies": {
4141
"axios": ">=0.24.0",
42-
"react": "^16.8.0-0 || ^17.0.0"
42+
"react": "^16.8.0-0 || ^17.0.0 || ^18.0.0"
4343
},
4444
"devDependencies": {
4545
"@babel/cli": "7.17.6",

0 commit comments

Comments
 (0)