update angular

This commit is contained in:
2020-05-28 19:06:07 +02:00
parent ef7eee8298
commit cd9a36195d
2 changed files with 578 additions and 1326 deletions

View File

@@ -2,13 +2,11 @@
"name": "wgenerator",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build",
"deploy": "ng build --prod && firebase deploy",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"lint": "ng lint --fix"
},
"private": true,
"dependencies": {
@@ -38,8 +36,8 @@
},
"devDependencies": {
"@angular-devkit/architect": "<0.900 || ^0.900.0-0 || ^9.0.0-0",
"@angular-devkit/build-angular": "~0.901.1",
"@angular/cli": "~9.1.1",
"@angular-devkit/build-angular": "~0.901.6",
"@angular/cli": "~9.1.6",
"@angular/compiler-cli": "~9.1.2",
"@angular/language-service": "~9.1.2",
"@types/jasmine": "~3.3.8",