Skip to content

Commit e38f003

Browse files
committed
feat(deps): upgrade angular from v16 to v17
1 parent 3c46fac commit e38f003

File tree

3 files changed

+4623
-3200
lines changed

3 files changed

+4623
-3200
lines changed

firestore/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@
6363
"builder": "@angular-devkit/build-angular:dev-server",
6464
"configurations": {
6565
"production": {
66-
"browserTarget": "friendly-eats-quickstart:build:production"
66+
"buildTarget": "friendly-eats-quickstart:build:production"
6767
},
68-
"local":{
69-
"browserTarget": "friendly-eats-quickstart:build:local"
68+
"local": {
69+
"buildTarget": "friendly-eats-quickstart:build:local"
7070
}
7171
},
7272
"defaultConfiguration": "local"
7373
},
7474
"extract-i18n": {
7575
"builder": "@angular-devkit/build-angular:extract-i18n",
7676
"options": {
77-
"browserTarget": "friendly-eats-quickstart:build"
77+
"buildTarget": "friendly-eats-quickstart:build"
7878
}
7979
},
8080
"test": {

0 commit comments

Comments
 (0)