Skip to content

Commit 50fa117

Browse files
committed
Add support for React 18
1 parent 8592728 commit 50fa117

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
@@ -54,8 +54,8 @@
5454
"rimraf": "^3.0.0"
5555
},
5656
"peerDependencies": {
57-
"react": "^16.3.0 || ^17.0.0-0",
58-
"react-dom": "^16.3.0 || ^17.0.0-0"
57+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
58+
"react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0"
5959
},
6060
"resolutions": {
6161
"semver@7.0.0": "^7.0.0"

yarn.lock

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

0 commit comments

Comments
 (0)