Skip to content

Commit d75f40f

Browse files
Merge pull request #2429 from jankanty/master
Updated peerDependencies to react@^18
2 parents 5795f1c + a0ddeaa commit d75f40f

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
@@ -145,8 +145,8 @@
145145
"webpack": "4.42.1"
146146
},
147147
"peerDependencies": {
148-
"react": "^16.8.5 || ^17.0.0",
149-
"react-dom": "^16.8.5 || ^17.0.0"
148+
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
149+
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
150150
},
151151
"license": "Apache-2.0",
152152
"jest-junit": {

0 commit comments

Comments
 (0)