Skip to content

Commit 005be24

Browse files
authored
chore: Add support for react ^17.0.0 and ^18.0.0 (bvaughn#1740)
1 parent 2e962d8 commit 005be24

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
@@ -147,8 +147,8 @@
147147
"react-lifecycles-compat": "^3.0.4"
148148
},
149149
"peerDependencies": {
150-
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.1",
151-
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.1"
150+
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
151+
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
152152
},
153153
"browserify": {
154154
"transform": [

0 commit comments

Comments
 (0)