Skip to content

Commit

Permalink
fix: update peerDependencies to 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Jul 12, 2021
1 parent b347ac4 commit 4ff9f6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@angular/router": "~12.0.5",
"bootstrap": "4.5.0",
"date-fns": "^2.16.1",
"ngx-tethys": "11.0.1",
"ngx-tethys": "12.0.0-next.0",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/planet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "12.0.0",
"private": false,
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/cdk": "^9.0.0"
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/cdk": "^12.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/planet/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"declarationMap": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 4ff9f6d

Please sign in to comment.