mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-27 01:20:01 +08:00
Merge pull request #264 from realModusOperandi/ng12
Vulnerability fixes
This commit is contained in:
commit
76b04cf707
@ -36,7 +36,12 @@
|
||||
"scripts": [
|
||||
"node_modules/bootstrap/dist/js/bootstrap.min.js"
|
||||
],
|
||||
"aot": true
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"buildOptimizer": false,
|
||||
"sourceMap": true,
|
||||
"optimization": false,
|
||||
"namedChunks": true
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
23094
frontend/prebuild/package-lock.json
generated
23094
frontend/prebuild/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,15 +13,15 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^11.2.7",
|
||||
"@angular/common": "^11.2.7",
|
||||
"@angular/compiler": "^11.2.7",
|
||||
"@angular/core": "^11.2.7",
|
||||
"@angular/forms": "^11.2.7",
|
||||
"@angular/localize": "^11.2.7",
|
||||
"@angular/platform-browser": "^11.2.7",
|
||||
"@angular/platform-browser-dynamic": "^11.2.7",
|
||||
"@angular/router": "^11.2.7",
|
||||
"@angular/animations": "^12.0.2",
|
||||
"@angular/common": "^12.0.2",
|
||||
"@angular/compiler": "^12.0.2",
|
||||
"@angular/core": "^12.0.2",
|
||||
"@angular/forms": "^12.0.2",
|
||||
"@angular/localize": "^12.0.2",
|
||||
"@angular/platform-browser": "^12.0.2",
|
||||
"@angular/platform-browser-dynamic": "^12.0.2",
|
||||
"@angular/router": "^12.0.2",
|
||||
"@ng-bootstrap/ng-bootstrap": "^9.1.0",
|
||||
"autoprefixer": "^7.2.6",
|
||||
"bootstrap": "^4.3.1",
|
||||
@ -33,13 +33,13 @@
|
||||
"rxjs-compat": "^6.2.0",
|
||||
"tslib": "^2.0.0",
|
||||
"web-animations-js": "^2.3.2",
|
||||
"zone.js": "~0.11.3"
|
||||
"zone.js": "~0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1102.6",
|
||||
"@angular/cli": "~11.2.6",
|
||||
"@angular/compiler-cli": "^11.2.7",
|
||||
"@angular/language-service": "^11.2.7",
|
||||
"@angular-devkit/build-angular": "~12.0.1",
|
||||
"@angular/cli": "~12.0.1",
|
||||
"@angular/compiler-cli": "^12.0.2",
|
||||
"@angular/language-service": "^12.0.2",
|
||||
"@types/jasmine": "^3.6.9",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^14.14.37",
|
||||
@ -55,7 +55,6 @@
|
||||
"protractor": "^7.0.0",
|
||||
"ts-node": "~7.0.0",
|
||||
"tslint": "^6.1.3",
|
||||
"typescript": "~4.1.5",
|
||||
"webpack": "^4.0.0"
|
||||
"typescript": "~4.2.4"
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
||||
/***************************************************************************************************
|
||||
* Zone JS is required by default for Angular itself.
|
||||
*/
|
||||
import 'zone.js/dist/zone'; // Included with Angular CLI.
|
||||
import 'zone.js'; // Included with Angular CLI.
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es2015",
|
||||
"typeRoots": [
|
||||
|
Loading…
Reference in New Issue
Block a user