Skip to content

Commit 5c67e94

Browse files
authored
Merge pull request mac-s-g#303 from uzikilon/patch-1
Adds support for React 17
2 parents 622bd65 + 5f44a4e commit 5c67e94

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
@@ -52,8 +52,8 @@
5252
"webpack-dev-server": "^2.11.2"
5353
},
5454
"peerDependencies": {
55-
"react": "^16.0.0 || ^15.5.4",
56-
"react-dom": "^16.0.0 || ^15.5.4"
55+
"react": "^17.0.0 || ^16.0.0 || ^15.5.4",
56+
"react-dom": "^17.0.0 || ^16.0.0 || ^15.5.4"
5757
},
5858
"scripts": {
5959
"build":

0 commit comments

Comments
 (0)