Skip to content

Commit 357df84

Browse files
committed
Add support for React 18
1 parent 70ca025 commit 357df84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"rimraf": "^3.0.0"
6161
},
6262
"peerDependencies": {
63-
"react": "^16.3.0 || ^17.0.0-0",
64-
"react-dom": "^16.3.0 || ^17.0.0-0"
63+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
64+
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
6565
},
6666
"resolutions": {
6767
"semver@7.0.0": "^7.0.0"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,8 +1829,8 @@ __metadata:
18291829
react-fit: ^1.0.3
18301830
rimraf: ^3.0.0
18311831
peerDependencies:
1832-
react: ^16.3.0 || ^17.0.0-0
1833-
react-dom: ^16.3.0 || ^17.0.0-0
1832+
react: ^16.3.0 || ^17.0.0 || ^18.0.0
1833+
react-dom: ^16.3.0 || ^17.0.0 || ^18.0.0
18341834
languageName: unknown
18351835
linkType: soft
18361836

0 commit comments

Comments
 (0)