mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-08-21 21:51:25 +00:00
Update to Angular 11
This commit is contained in:
+5
-2
@@ -70,10 +70,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"baseHref": "./",
|
"baseHref": "./",
|
||||||
"optimization": true,
|
"optimization": {
|
||||||
|
"styles": {
|
||||||
|
"minify": false
|
||||||
|
}
|
||||||
|
},
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"extractCss": true,
|
|
||||||
"namedChunks": false,
|
"namedChunks": false,
|
||||||
"aot": true,
|
"aot": true,
|
||||||
"watch": false,
|
"watch": false,
|
||||||
|
|||||||
Generated
+2312
-1470
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -27,14 +27,14 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"7zip-bin": "^5.0.3",
|
"7zip-bin": "^5.0.3",
|
||||||
"@angular/animations": "~10.2.4",
|
"@angular/animations": "~11.1.1",
|
||||||
"@angular/common": "~10.2.4",
|
"@angular/common": "~11.1.1",
|
||||||
"@angular/compiler": "~10.2.4",
|
"@angular/compiler": "~11.1.1",
|
||||||
"@angular/core": "~10.2.4",
|
"@angular/core": "~11.1.1",
|
||||||
"@angular/forms": "~10.2.4",
|
"@angular/forms": "~11.1.1",
|
||||||
"@angular/platform-browser": "~10.2.4",
|
"@angular/platform-browser": "~11.1.1",
|
||||||
"@angular/platform-browser-dynamic": "~10.2.4",
|
"@angular/platform-browser-dynamic": "~11.1.1",
|
||||||
"@angular/router": "~10.2.4",
|
"@angular/router": "~11.1.1",
|
||||||
"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",
|
||||||
@@ -58,11 +58,11 @@
|
|||||||
"zone.js": "~0.10.2"
|
"zone.js": "~0.10.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.1002.1",
|
"@angular-devkit/build-angular": "~0.1101.2",
|
||||||
"@angular-eslint/builder": "0.0.1-alpha.18",
|
"@angular-eslint/builder": "0.0.1-alpha.18",
|
||||||
"@angular/cli": "^10.2.1",
|
"@angular/cli": "^11.1.2",
|
||||||
"@angular/compiler-cli": "~10.2.4",
|
"@angular/compiler-cli": "~11.1.1",
|
||||||
"@angular/language-service": "~10.2.4",
|
"@angular/language-service": "~11.1.1",
|
||||||
"@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",
|
||||||
|
|||||||
Reference in New Issue
Block a user