Skip to content

Commit 5f44a4e

Browse files
authored
Adds support for React 17
Adds React 17 to the peer dependencies as React 17 has no actual impact on this package
1 parent 4d008ac commit 5f44a4e

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)