Skip to content

Commit

Permalink
chore: make highcharts deps optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Aug 17, 2023
1 parent cc6fae4 commit 794ff37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-split-pane": "^0.1.92"
},
"peerDependenciesMeta": {
"highcharts": {
"optional": true
},
"highcharts-react-official": {
"optional": true
},
"react-split-pane": {
"optional": true
}
},
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
Expand Down

0 comments on commit 794ff37

Please sign in to comment.