Skip to content

Commit

Permalink
bump: Update Angular version to v17.3.11 (#23)
Browse files Browse the repository at this point in the history
* bump: Update Angular verson to v17.3.11

* fix: Adjust package.json

---------

Co-authored-by: Jonas de Souza <90644467+jonasdeesouza@users.noreply.github.com>
  • Loading branch information
jonasdeesouza and jonasdeesouza authored Jul 12, 2024
1 parent dbc65e4 commit 2e4d36e
Show file tree
Hide file tree
Showing 5 changed files with 3,103 additions and 14,055 deletions.
6 changes: 3 additions & 3 deletions lib/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "sample:build:production"
"buildTarget": "sample:build:production"
},
"development": {
"browserTarget": "sample:build:development"
"buildTarget": "sample:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "sample:build"
"buildTarget": "sample:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 2e4d36e

Please sign in to comment.