Update to angular 12
This commit is contained in:
parent
7e6bdb5ae5
commit
05ded92ed1
|
@ -131,7 +131,6 @@
|
|||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"options": {
|
||||
"aot": true,
|
||||
"localize": true,
|
||||
"outputPath": "dist",
|
||||
"index": "src/index.html",
|
||||
|
@ -183,7 +182,13 @@
|
|||
"parse-srcset",
|
||||
"postcss"
|
||||
],
|
||||
"scripts": []
|
||||
"scripts": [],
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"buildOptimizer": false,
|
||||
"sourceMap": true,
|
||||
"optimization": false,
|
||||
"namedChunks": true
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@ -191,7 +196,6 @@
|
|||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"extractLicenses": true,
|
||||
"vendorChunk": false,
|
||||
"buildOptimizer": true,
|
||||
|
|
|
@ -29,20 +29,20 @@
|
|||
"@types/mousetrap": "1.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.1102.2",
|
||||
"@angular/animations": "^11.1.1",
|
||||
"@angular-devkit/build-angular": "^12.0.0",
|
||||
"@angular/animations": "^12.0.0",
|
||||
"@angular/cdk": "^11.0.0",
|
||||
"@angular/cli": "^11.1.2",
|
||||
"@angular/common": "^11.1.1",
|
||||
"@angular/compiler": "^11.1.1",
|
||||
"@angular/compiler-cli": "^11.1.1",
|
||||
"@angular/core": "^11.1.1",
|
||||
"@angular/forms": "^11.1.1",
|
||||
"@angular/localize": "^11.1.1",
|
||||
"@angular/platform-browser": "^11.1.1",
|
||||
"@angular/platform-browser-dynamic": "^11.1.1",
|
||||
"@angular/router": "^11.1.1",
|
||||
"@angular/service-worker": "^11.1.1",
|
||||
"@angular/cli": "^12.0.0",
|
||||
"@angular/common": "^12.0.0",
|
||||
"@angular/compiler": "^12.0.0",
|
||||
"@angular/compiler-cli": "^12.0.0",
|
||||
"@angular/core": "^12.0.0",
|
||||
"@angular/forms": "^12.0.0",
|
||||
"@angular/localize": "^12.0.0",
|
||||
"@angular/platform-browser": "^12.0.0",
|
||||
"@angular/platform-browser-dynamic": "^12.0.0",
|
||||
"@angular/router": "^12.0.0",
|
||||
"@angular/service-worker": "^12.0.0",
|
||||
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
||||
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
|
||||
"@ng-select/ng-select": "^6.0.0",
|
||||
|
@ -121,7 +121,7 @@
|
|||
"tslint": "~6.1.0",
|
||||
"tslint-angular": "^3.0.2",
|
||||
"tslint-config-standard": "^9.0.0",
|
||||
"typescript": "~4.1",
|
||||
"typescript": "~4.2.4",
|
||||
"video.js": "^7",
|
||||
"videojs-contextmenu-pt": "^5.4.1",
|
||||
"videojs-contrib-quality-levels": "^2.0.9",
|
||||
|
@ -132,6 +132,6 @@
|
|||
"webpack-cli": "^4.2.0",
|
||||
"webtorrent": "^0.116.1",
|
||||
"whatwg-fetch": "^3.0.0",
|
||||
"zone.js": "~0.11.3"
|
||||
"zone.js": "~0.11.4"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -58,7 +58,7 @@ import 'core-js/es/object'
|
|||
* Zone JS is required by default for Angular itself.
|
||||
*/
|
||||
// tslint:disable
|
||||
import 'zone.js/dist/zone' // Included with Angular CLI.
|
||||
import 'zone.js' // Included with Angular CLI.
|
||||
|
||||
/***************************************************************************************************
|
||||
* APPLICATION IMPORTS
|
||||
|
|
3986
client/yarn.lock
3986
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue