Upgrade to Angular 17

This commit is contained in:
Geomitron
2023-11-23 12:09:55 -06:00
parent 9dbe312bfc
commit 89a596b969
3 changed files with 1520 additions and 1334 deletions

View File

@@ -96,11 +96,11 @@
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"browserTarget": "Bridge:build" "buildTarget": "Bridge:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "Bridge:build:production" "buildTarget": "Bridge:build:production"
} }
} }
}, },

View File

@@ -27,14 +27,14 @@
}, },
"dependencies": { "dependencies": {
"7zip-bin": "^5.0.3", "7zip-bin": "^5.0.3",
"@angular/animations": "^16.2.12", "@angular/animations": "^17.0.4",
"@angular/common": "^16.2.12", "@angular/common": "^17.0.4",
"@angular/compiler": "^16.2.12", "@angular/compiler": "^17.0.4",
"@angular/core": "^16.2.12", "@angular/core": "^17.0.4",
"@angular/forms": "^16.2.12", "@angular/forms": "^17.0.4",
"@angular/platform-browser": "^16.2.12", "@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^16.2.12", "@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^16.2.12", "@angular/router": "^17.0.4",
"@electron/remote": "^2.0.9", "@electron/remote": "^2.0.9",
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",
"cli-color": "^2.0.0", "cli-color": "^2.0.0",
@@ -58,14 +58,14 @@
"serialize-error": "^7.0.1", "serialize-error": "^7.0.1",
"tslib": "^2.0.0", "tslib": "^2.0.0",
"underscore": "^1.9.2", "underscore": "^1.9.2",
"zone.js": "~0.13.3" "zone.js": "~0.14.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.2.10", "@angular-devkit/build-angular": "^17.0.3",
"@angular-eslint/builder": "0.0.1-alpha.18", "@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "^16.2.10", "@angular/cli": "^17.0.3",
"@angular/compiler-cli": "^16.2.12", "@angular/compiler-cli": "^17.0.4",
"@angular/language-service": "^16.2.12", "@angular/language-service": "^17.0.4",
"@types/cli-color": "^2.0.0", "@types/cli-color": "^2.0.0",
"@types/electron-window-state": "^2.0.33", "@types/electron-window-state": "^2.0.33",
"@types/jsonfile": "^6.0.0", "@types/jsonfile": "^6.0.0",
@@ -85,7 +85,7 @@
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"typescript": "^4.9.5", "typescript": "^5.2.2",
"wait-on": "^4.0.0" "wait-on": "^4.0.0"
} }
} }

2822
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff