Skip to content

Commit bc04dd9

Browse files
committed
change peerDependencies react 16.2.0 to 16.0.0
1 parent 096f0d2 commit bc04dd9

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
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/kirjs/react-highcharts"
2525
},
2626
"peerDependencies": {
27-
"react": "~0.14 || ^15.0.0 || ^16.2.0",
28-
"react-dom": "~0.14 || ^15.0.0 || ^16.2.0"
27+
"react": "~0.14 || ^15.0.0 || ^16.0.0",
28+
"react-dom": "~0.14 || ^15.0.0 || ^16.0.0"
2929
},
3030
"bugs": "https://github.com/kirjs/react-highcharts/issues",
3131
"keywords": [

0 commit comments

Comments
 (0)