Skip to content

Commit c40a285

Browse files
update version ranges for react dependency
1 parent 5e2bcbd commit c40a285

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
@@ -29,7 +29,7 @@
2929
"prepublish": "rollup --config scripts/rollup.config.js"
3030
},
3131
"peerDependencies": {
32-
"react": "~16.2.0"
32+
"react": "^16.2.0"
3333
},
3434
"devDependencies": {
3535
"babel-core": "~6.26.0",
@@ -40,7 +40,7 @@
4040
"babel-preset-stage-3": "~6.24.1",
4141
"jest": "~22.4.2",
4242
"jest-junit": "~3.6.0",
43-
"react": "~16.2.0",
43+
"react": "~16.3.0",
4444
"react-test-renderer": "~16.2.0",
4545
"rollup": "~0.56.5",
4646
"rollup-plugin-babel": "~3.0.3",

0 commit comments

Comments
 (0)