Upgrade Angular to 13.3.4 (#16772)

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Shijun Sun 2022-04-29 16:24:30 +08:00 committed by GitHub
parent a5da06078f
commit ca019f4030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1334 additions and 973 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,15 +25,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/localize": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@angular/animations": "~13.3.4",
"@angular/common": "~13.3.4",
"@angular/compiler": "~13.3.4",
"@angular/core": "~13.3.4",
"@angular/forms": "~13.3.4",
"@angular/localize": "~13.3.4",
"@angular/platform-browser": "~13.3.4",
"@angular/platform-browser-dynamic": "~13.3.4",
"@angular/router": "~13.3.4",
"rxjs": "^7.4.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4",
@ -53,9 +53,9 @@
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@angular/cli": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular-devkit/build-angular": "~13.3.4",
"@angular/cli": "~13.3.4",
"@angular/compiler-cli": "~13.3.4",
"@types/express": "^4.17.12",
"@types/jasmine": "~3.10.1",
"@types/node": "^16.11.6",