Skip to content

Commit 02941b3

Browse files
authored
chore: Allow React 17 peer dependency (#13)
1 parent 1b2fde6 commit 02941b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"react-dom": "^16.2.0"
4141
},
4242
"peerDependencies": {
43-
"react": "0.14.x || ^15.0.0-rc || ^16.0.0-rc"
43+
"react": "0.14.x || ^15.0.0-rc || ^16.0.0-rc || ^17.0.0-rc"
4444
},
4545
"scripts": {
4646
"build": "nwb build-react-component",

0 commit comments

Comments
 (0)