Skip to content

Commit 492ebb2

Browse files
author
Arnaud GOURET
committed
upgrade to angular&material v17
1 parent ea5e5a7 commit 492ebb2

File tree

4 files changed

+4943
-6425
lines changed

4 files changed

+4943
-6425
lines changed

angular.json

Lines changed: 3 additions & 3 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": "json-schema-form:build:production"
66+
"buildTarget": "json-schema-form:build:production"
6767
},
6868
"development": {
69-
"browserTarget": "json-schema-form:build:development"
69+
"buildTarget": "json-schema-form:build:development"
7070
}
7171
},
7272
"defaultConfiguration": "development"
7373
},
7474
"extract-i18n": {
7575
"builder": "@angular-devkit/build-angular:extract-i18n",
7676
"options": {
77-
"browserTarget": "json-schema-form:build"
77+
"buildTarget": "json-schema-form:build"
7878
}
7979
},
8080
"test": {

0 commit comments

Comments
 (0)