mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: upgrade ng core to 17
This commit is contained in:
parent
0425097c38
commit
b3b95c58fc
3 changed files with 3702 additions and 4350 deletions
10
angular.json
10
angular.json
|
|
@ -183,15 +183,15 @@
|
|||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "sp2:build",
|
||||
"open": false
|
||||
"open": false,
|
||||
"buildTarget": "sp2:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "sp2:build:production"
|
||||
"buildTarget": "sp2:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "sp2:build:development"
|
||||
"buildTarget": "sp2:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "sp2:build"
|
||||
"buildTarget": "sp2:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
|
|
|||
8010
package-lock.json
generated
8010
package-lock.json
generated
File diff suppressed because it is too large
Load diff
32
package.json
32
package.json
|
|
@ -116,27 +116,27 @@
|
|||
"node-fetch": "^2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^16.2.14",
|
||||
"@angular-devkit/build-angular": "^17.3.8",
|
||||
"@angular-eslint/builder": "^14.0.0",
|
||||
"@angular-eslint/eslint-plugin": "^14.1.2",
|
||||
"@angular-eslint/eslint-plugin-template": "^14.0.2",
|
||||
"@angular-eslint/template-parser": "^16.1.1",
|
||||
"@angular/animations": "^16.2.12",
|
||||
"@angular/animations": "^17.3.11",
|
||||
"@angular/cdk": "^16.2.14",
|
||||
"@angular/cli": "^16.2.14",
|
||||
"@angular/common": "^16.2.12",
|
||||
"@angular/compiler": "^16.2.12",
|
||||
"@angular/compiler-cli": "^16.2.12",
|
||||
"@angular/core": "^16.2.12",
|
||||
"@angular/forms": "^16.2.12",
|
||||
"@angular/language-service": "^16.2.12",
|
||||
"@angular/cli": "^17.3.8",
|
||||
"@angular/common": "^17.3.11",
|
||||
"@angular/compiler": "^17.3.11",
|
||||
"@angular/compiler-cli": "^17.3.11",
|
||||
"@angular/core": "^17.3.11",
|
||||
"@angular/forms": "^17.3.11",
|
||||
"@angular/language-service": "^17.3.11",
|
||||
"@angular/material": "^16.2.14",
|
||||
"@angular/material-moment-adapter": "^16.2.14",
|
||||
"@angular/platform-browser": "^16.2.12",
|
||||
"@angular/platform-browser-dynamic": "^16.2.12",
|
||||
"@angular/platform-server": "^16.2.12",
|
||||
"@angular/router": "^16.2.12",
|
||||
"@angular/service-worker": "^16.2.12",
|
||||
"@angular/platform-browser": "^17.3.11",
|
||||
"@angular/platform-browser-dynamic": "^17.3.11",
|
||||
"@angular/platform-server": "^17.3.11",
|
||||
"@angular/router": "^17.3.11",
|
||||
"@angular/service-worker": "^17.3.11",
|
||||
"@biesbjerg/ngx-translate-extract": "^7.0.4",
|
||||
"@electron/notarize": "^2.3.2",
|
||||
"@fontsource/roboto": "^4.5.8",
|
||||
|
|
@ -224,10 +224,10 @@
|
|||
"start-server-and-test": "^1.14.0",
|
||||
"ts-node": "~10.9.1",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "~4.9.5",
|
||||
"typescript": "~5.4.5",
|
||||
"utils-decorators": "^2.0.3",
|
||||
"webdav": "~4.3.0",
|
||||
"zone.js": "~0.13.3"
|
||||
"zone.js": "~0.14.7"
|
||||
},
|
||||
"resolutions": {
|
||||
"sass": "1.32.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue