Update to Angular 10

This commit is contained in:
Geomitron
2021-01-30 22:01:44 -05:00
parent dab0ef9587
commit b1eeb0aea0
3 changed files with 2957 additions and 1971 deletions

4898
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,14 +27,14 @@
}, },
"dependencies": { "dependencies": {
"7zip-bin": "^5.0.3", "7zip-bin": "^5.0.3",
"@angular/animations": "~9.1.4", "@angular/animations": "~10.2.4",
"@angular/common": "~9.1.4", "@angular/common": "~10.2.4",
"@angular/compiler": "~9.1.4", "@angular/compiler": "~10.2.4",
"@angular/core": "~9.1.4", "@angular/core": "~10.2.4",
"@angular/forms": "~9.1.4", "@angular/forms": "~10.2.4",
"@angular/platform-browser": "~9.1.4", "@angular/platform-browser": "~10.2.4",
"@angular/platform-browser-dynamic": "~9.1.4", "@angular/platform-browser-dynamic": "~10.2.4",
"@angular/router": "~9.1.4", "@angular/router": "~10.2.4",
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",
"cli-color": "^2.0.0", "cli-color": "^2.0.0",
"comparators": "^3.0.2", "comparators": "^3.0.2",
@@ -53,16 +53,16 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rxjs": "~6.5.5", "rxjs": "~6.5.5",
"sanitize-filename": "^1.6.3", "sanitize-filename": "^1.6.3",
"tslib": "^1.10.0", "tslib": "^2.0.0",
"underscore": "^1.9.2", "underscore": "^1.9.2",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.901.4", "@angular-devkit/build-angular": "~0.1002.1",
"@angular-eslint/builder": "0.0.1-alpha.18", "@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "^9.1.4", "@angular/cli": "^10.2.1",
"@angular/compiler-cli": "~9.1.4", "@angular/compiler-cli": "~10.2.4",
"@angular/language-service": "~9.1.4", "@angular/language-service": "~10.2.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",
@@ -81,7 +81,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": "~3.8.3", "typescript": "~4.0.5",
"wait-on": "^4.0.0" "wait-on": "^4.0.0"
} }
} }