Skip to content

Commit

Permalink
Bump Angular packages to 17.0.7 in /client
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaSheep committed Dec 19, 2023
1 parent f78f533 commit 204332f
Show file tree
Hide file tree
Showing 3 changed files with 3,429 additions and 3,117 deletions.
8 changes: 4 additions & 4 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "client:build:production"
"buildTarget": "client:build:production"
},
"development": {
"browserTarget": "client:build:development",
"proxyConfig": "src/proxy.conf.json"
"proxyConfig": "src/proxy.conf.json",
"buildTarget": "client:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "client:build"
"buildTarget": "client:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 204332f

Please sign in to comment.