mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Update to Angular 11
This commit is contained in:
@@ -70,10 +70,13 @@
|
||||
}
|
||||
],
|
||||
"baseHref": "./",
|
||||
"optimization": true,
|
||||
"optimization": {
|
||||
"styles": {
|
||||
"minify": false
|
||||
}
|
||||
},
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"watch": false,
|
||||
|
||||
3836
package-lock.json
generated
3836
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@@ -27,14 +27,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"7zip-bin": "^5.0.3",
|
||||
"@angular/animations": "~10.2.4",
|
||||
"@angular/common": "~10.2.4",
|
||||
"@angular/compiler": "~10.2.4",
|
||||
"@angular/core": "~10.2.4",
|
||||
"@angular/forms": "~10.2.4",
|
||||
"@angular/platform-browser": "~10.2.4",
|
||||
"@angular/platform-browser-dynamic": "~10.2.4",
|
||||
"@angular/router": "~10.2.4",
|
||||
"@angular/animations": "~11.1.1",
|
||||
"@angular/common": "~11.1.1",
|
||||
"@angular/compiler": "~11.1.1",
|
||||
"@angular/core": "~11.1.1",
|
||||
"@angular/forms": "~11.1.1",
|
||||
"@angular/platform-browser": "~11.1.1",
|
||||
"@angular/platform-browser-dynamic": "~11.1.1",
|
||||
"@angular/router": "~11.1.1",
|
||||
"bottleneck": "^2.19.5",
|
||||
"cli-color": "^2.0.0",
|
||||
"comparators": "^3.0.2",
|
||||
@@ -58,11 +58,11 @@
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1002.1",
|
||||
"@angular-devkit/build-angular": "~0.1101.2",
|
||||
"@angular-eslint/builder": "0.0.1-alpha.18",
|
||||
"@angular/cli": "^10.2.1",
|
||||
"@angular/compiler-cli": "~10.2.4",
|
||||
"@angular/language-service": "~10.2.4",
|
||||
"@angular/cli": "^11.1.2",
|
||||
"@angular/compiler-cli": "~11.1.1",
|
||||
"@angular/language-service": "~11.1.1",
|
||||
"@types/cli-color": "^2.0.0",
|
||||
"@types/electron-window-state": "^2.0.33",
|
||||
"@types/jsonfile": "^6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user