Skip to content

Commit

Permalink
Updated peerDependencies and compilationMode.
Browse files Browse the repository at this point in the history
  • Loading branch information
karolkolodziej committed Feb 2, 2023
1 parent bba2f7c commit 6e9f426
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
Expand Up @@ -19,9 +19,9 @@
"angular"
],
"peerDependencies": {
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"highcharts": ">=6.0.0"
"@angular/common": ">=11.0.0",
"@angular/core": ">=11.0.0",
"highcharts": ">=9.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion highcharts-angular/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial-Ivy"
"compilationMode": "partial"
}
}

0 comments on commit 6e9f426

Please sign in to comment.