Skip to content

Commit 94b7a70

Browse files
committed
feat(package.json): add support for React 17
fix #261
1 parent 58493f1 commit 94b7a70

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
@@ -38,8 +38,8 @@
3838
"docs:build": "docz build"
3939
},
4040
"peerDependencies": {
41-
"react": "^16.8.2",
42-
"react-dom": "^16.8.2",
41+
"react": "^16.8.2 || ^17.0.0",
42+
"react-dom": "^16.8.2 || ^17.0.0",
4343
"styled-components": "^5.0.0"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)