Skip to content

Commit 02506ed

Browse files
andipaetzoldstaylor
authored andcommitted
feat: add React 18 to peer deps
1 parent 82c5ad8 commit 02506ed

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
@@ -56,8 +56,8 @@
5656
"rimraf": "3.0.2"
5757
},
5858
"peerDependencies": {
59-
"react": "^16.6.0 || ^17.0.0",
60-
"react-dom": "^16.6.0 || ^17.0.0"
59+
"react": "^16.6.0 || ^17.0.0 || ^18.0.0",
60+
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0"
6161
},
6262
"scripts": {
6363
"clean": "rimraf lib",

0 commit comments

Comments
 (0)