Skip to content

Commit e211026

Browse files
authored
Added support react 18
1 parent 19ad2c6 commit e211026

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
@@ -21,8 +21,8 @@
2121
"vite": "vite ./preview"
2222
},
2323
"peerDependencies": {
24-
"react": "16.x || 17.x",
25-
"react-dom": "16.x || 17.x"
24+
"react": "16.x || 17.x || 18.x",
25+
"react-dom": "16.x || 17.x || 18.x"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.15.8",

0 commit comments

Comments
 (0)