Upgrade to Angular 14

This commit is contained in:
Djones4822
2023-02-16 18:30:36 -05:00
parent cc655fd627
commit 0864639840
4 changed files with 2942 additions and 2960 deletions

View File

@@ -117,6 +117,6 @@
}
}
}
}},
"defaultProject": "Bridge"
}
}
}

5872
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,14 +26,14 @@
"release": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build"
},
"dependencies": {
"@angular/animations": "~13.3.12",
"@angular/common": "~13.3.12",
"@angular/compiler": "~13.3.12",
"@angular/core": "~13.3.12",
"@angular/forms": "~13.3.12",
"@angular/platform-browser": "~13.3.12",
"@angular/platform-browser-dynamic": "~13.3.12",
"@angular/router": "~13.3.12",
"@angular/animations": "^14.2.12",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/forms": "^14.2.12",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "^14.2.12",
"7zip-bin": "^5.0.3",
"bottleneck": "^2.19.5",
"cli-color": "^2.0.0",
@@ -59,11 +59,11 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.10",
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "^13.3.10",
"@angular/compiler-cli": "~13.3.12",
"@angular/language-service": "~13.3.12",
"@angular/cli": "^14.2.10",
"@angular/compiler-cli": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@types/cli-color": "^2.0.0",
"@types/electron-window-state": "^2.0.33",
"@types/jsonfile": "^6.0.0",

View File

@@ -10,7 +10,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "ES5",
"target": "es2020",
"lib": [
"es2017",
"es2016",