Angular 17
This commit is contained in:
parent
aa77fb6e15
commit
2e13a54919
3 changed files with 1224 additions and 2280 deletions
|
@ -54,18 +54,18 @@
|
|||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "converter:build"
|
||||
"buildTarget": "converter:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "converter:build:production"
|
||||
"buildTarget": "converter:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "converter:build"
|
||||
"buildTarget": "converter:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
|
3476
package-lock.json
generated
3476
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -32,13 +32,13 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "^16",
|
||||
"@angular/compiler": "^16",
|
||||
"@angular/core": "^16",
|
||||
"@angular/forms": "^16.2.12",
|
||||
"@angular/platform-browser": "^16",
|
||||
"@angular/platform-browser-dynamic": "^16.2.12",
|
||||
"@angular/router": "^16.2.12",
|
||||
"@angular/common": "^17.1.0",
|
||||
"@angular/compiler": "^17.1.0",
|
||||
"@angular/core": "^17.1.0",
|
||||
"@angular/forms": "^17.1.0",
|
||||
"@angular/platform-browser": "^17.1.0",
|
||||
"@angular/platform-browser-dynamic": "^17.1.0",
|
||||
"@angular/router": "^17.1.0",
|
||||
"core-js": "^3.35.1",
|
||||
"punycode": "^2.3.1",
|
||||
"quoted-printable": "^1.0.1",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"zone.js": "^0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^16.2.11",
|
||||
"@angular/cli": "^16.2.11",
|
||||
"@angular/compiler-cli": "^16.2.12",
|
||||
"@angular-devkit/build-angular": "^17.1.0",
|
||||
"@angular/cli": "^17.1.0",
|
||||
"@angular/compiler-cli": "^17.1.0",
|
||||
"@types/jasmine": "^5.1.4",
|
||||
"@types/jasminewd2": "^2.0.13",
|
||||
"@types/node": "^20.11.5",
|
||||
|
@ -68,4 +68,4 @@
|
|||
"tslint": "^6.1.3",
|
||||
"typescript": "^5.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue