Skip to content

Commit e834f17

Browse files
authored
Merge pull request #257 from whawker/drop-highcharts-7
Drop support for highchart < 8
2 parents 99cf390 + fab5ffd commit e834f17

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)