Skip to content

Commit

Permalink
Merge pull request #228 from highcharts/bugfix/213-peer-dependency
Browse files Browse the repository at this point in the history
bugfix/213-peer-dependency
  • Loading branch information
karolkolodziej authored Nov 2, 2020
2 parents 5fe3abf + 05d8327 commit eea54fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions highcharts-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "highcharts-angular",
"description": "Highcharts component for Angular.",
"version": "2.8.0",
"version": "2.8.1",
"license": "SEE LICENSE IN <LICENSE>",
"author": "Black Label <start@blacklabel.pl> (http://blacklabel.pl)",
"bugs": {
Expand All @@ -19,8 +19,8 @@
"angular"
],
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"highcharts": ">=6.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/router": "10.0.8",
"@highcharts/map-collection": "^1.1.3",
"core-js": "^3.6.4",
"highcharts": "^8.1.2",
"highcharts": "^8.2.2",
"highcharts-custom-events": "^3.0.2",
"jquery": "^3.5.0",
"proj4": "^2.6.0",
Expand Down

0 comments on commit eea54fb

Please sign in to comment.