Skip to content

Commit 1a7b950

Browse files
authored
chore: support react 17 (#5)
1 parent c213e3a commit 1a7b950

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
@@ -71,8 +71,8 @@
7171
"regenerator-runtime": "^0.13.7"
7272
},
7373
"peerDependencies": {
74-
"react": "^16.0.0",
75-
"react-dom": "^16.0.0"
74+
"react": ">=16.9.0",
75+
"react-dom": ">=16.9.0"
7676
},
7777
"cnpm": {
7878
"mode": "npm"

0 commit comments

Comments
 (0)