Skip to content

Commit

Permalink
Angular 12 (#151)
Browse files Browse the repository at this point in the history
chore(deps): update Angular to target versions 9 through 12

BREAKING CHANGE: This version requires Angular 9 or later.
  • Loading branch information
leifjones authored Jul 18, 2021
1 parent 086a353 commit add71cd
Show file tree
Hide file tree
Showing 15 changed files with 27,143 additions and 32,995 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/core/tsconfig.lib.json",
"project": "projects/core/ng-package.json"
Expand Down Expand Up @@ -50,7 +50,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/keepalive/tsconfig.lib.json",
"project": "projects/keepalive/ng-package.json"
Expand Down
Loading

0 comments on commit add71cd

Please sign in to comment.