Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit c27f11d

Browse files
authored
chore: react 17 (#89)
1 parent c634537 commit c27f11d

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
@@ -35,8 +35,8 @@
3535
"now-build": "npm run build"
3636
},
3737
"peerDependencies": {
38-
"react": "*",
39-
"react-dom": "*"
38+
"react": ">=16.9.0",
39+
"react-dom": ">=16.9.0"
4040
},
4141
"dependencies": {
4242
"@babel/runtime": "^7.10.1",

0 commit comments

Comments
 (0)