Update Angular
This commit is contained in:
parent
5affa9ebef
commit
13d41c8ac8
2 changed files with 378 additions and 1676 deletions
2027
client/package-lock.json
generated
2027
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,18 +7,19 @@
|
|||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
"e2e": "ng e2e",
|
||||
"update": "ng update --force --allow-dirty @angular/cli @angular/core"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~11.0.4",
|
||||
"@angular/common": "~11.0.4",
|
||||
"@angular/compiler": "~11.0.4",
|
||||
"@angular/core": "~11.0.4",
|
||||
"@angular/forms": "~11.0.4",
|
||||
"@angular/platform-browser": "~11.0.4",
|
||||
"@angular/platform-browser-dynamic": "~11.0.4",
|
||||
"@angular/router": "~11.0.4",
|
||||
"@angular/animations": "~11.0.5",
|
||||
"@angular/common": "~11.0.5",
|
||||
"@angular/compiler": "~11.0.5",
|
||||
"@angular/core": "~11.0.5",
|
||||
"@angular/forms": "~11.0.5",
|
||||
"@angular/platform-browser": "~11.0.5",
|
||||
"@angular/platform-browser-dynamic": "~11.0.5",
|
||||
"@angular/router": "~11.0.5",
|
||||
"@fortawesome/fontawesome-free": "^5.15.1",
|
||||
"bulma": "^0.9.1",
|
||||
"curray": "^1.0.8",
|
||||
|
|
@ -28,10 +29,10 @@
|
|||
"zone.js": "~0.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1100.4",
|
||||
"@angular/cli": "~11.0.4",
|
||||
"@angular/compiler-cli": "~11.0.4",
|
||||
"@angular/language-service": "~11.0.4",
|
||||
"@angular-devkit/build-angular": "~0.1100.5",
|
||||
"@angular/cli": "~11.0.5",
|
||||
"@angular/compiler-cli": "~11.0.5",
|
||||
"@angular/language-service": "~11.0.5",
|
||||
"@types/node": "^14.14.13",
|
||||
"@types/jasmine": "~3.6.2",
|
||||
"@types/jasminewd2": "~2.0.8",
|
||||
|
|
|
|||
Loading…
Reference in a new issue