Skip to content

Commit 05276c5

Browse files
authored
Support highcharts v10 (#357)
1 parent dba46e5 commit 05276c5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react": "^7.27.1",
2929
"eslint-plugin-react-hooks": "^4.3.0",
3030
"eslint-plugin-react-perf": "^3.3.1",
31-
"highcharts": "^9.3.0",
31+
"highcharts": "^10.0.0",
3232
"jest": "^27.3.1",
3333
"prettier": "^2.4.1",
3434
"prop-types": "^15.7.2",

packages/react-jsx-highcharts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"uuid": "^8.3.2"
6767
},
6868
"peerDependencies": {
69-
"highcharts": "^8.0.0 || ^9.0.0",
69+
"highcharts": "^8.0.0 || ^9.0.0 || ^10.0.0",
7070
"react": "^16.8.6 || ^17.0.0",
7171
"react-dom": "^16.8.6 || ^17.0.0",
7272
"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
@@ -49,7 +49,7 @@
4949
"react-jsx-highcharts": "4.3.1"
5050
},
5151
"peerDependencies": {
52-
"highcharts": "^8.0.0 || ^9.0.0",
52+
"highcharts": "^8.0.0 || ^9.0.0 || ^10.0.0",
5353
"prop-types": "^15.0.0",
5454
"react": "^16.8.6 || ^17.0.0",
5555
"react-dom": "^16.8.6 || ^17.0.0"

packages/react-jsx-highstock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"react-jsx-highcharts": "4.3.1"
6767
},
6868
"peerDependencies": {
69-
"highcharts": "^8.0.0 || ^9.0.0",
69+
"highcharts": "^8.0.0 || ^9.0.0 || ^10.0.0",
7070
"prop-types": "^15.0.0",
7171
"react": "^16.8.6 || ^17.0.0",
7272
"react-dom": "^16.8.6 || ^17.0.0"

0 commit comments

Comments
 (0)