Skip to content

Commit fab5ffd

Browse files
committed
Drop support for highchart < 8
1 parent 81618a5 commit fab5ffd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-jsx-highcharts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"uuid": "^3.3.3"
9898
},
9999
"peerDependencies": {
100-
"highcharts": "^7.2.0 || ^8.0.0",
100+
"highcharts": "^8.0.0",
101101
"react": "^16.8.6",
102102
"react-dom": "^16.8.6",
103103
"prop-types": "^15.0.0"

packages/react-jsx-highmaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"webpack-cli": "^3.3.10"
8282
},
8383
"peerDependencies": {
84-
"highcharts": "^7.2.0 || ^8.0.0",
84+
"highcharts": "^8.0.0",
8585
"prop-types": "^15.0.0",
8686
"react": "^16.8.6",
8787
"react-dom": "^16.8.6"

packages/react-jsx-highstock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"webpack-cli": "^3.3.10"
9898
},
9999
"peerDependencies": {
100-
"highcharts": "^7.2.0 || ^8.0.0",
100+
"highcharts": "^8.0.0",
101101
"prop-types": "^15.0.0",
102102
"react": "^16.8.6",
103103
"react-dom": "^16.8.6"

0 commit comments

Comments
 (0)