mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 17:58:05 +00:00
@uppy/angular,meta: upgrade to Angular 17.x and to TS 5.4 (#5008)
This commit is contained in:
parent
b2346fa4c3
commit
4f91a0d529
22 changed files with 2432 additions and 2456 deletions
|
|
@ -53,10 +53,10 @@
|
|||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "angular-example:build:production"
|
||||
"buildTarget": "angular-example:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "angular-example:build:development"
|
||||
"buildTarget": "angular-example:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "angular-example:build"
|
||||
"buildTarget": "angular-example:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue