Update dependency @angular/common to v14 #57

Open
renovate wants to merge 1 commits from renovate/angular-common-14.x into master
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -328,9 +328,9 @@
}
},
"@angular/common": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.3.tgz",
"integrity": "sha512-W5rZyuilGAA+tHoTbvHHu11efUBssiiX9BKg2rQAwbdnG+hZfNs0ze28Y+2bwjTDkbLsXsQwm30gs2uie7aMyA==",
"version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.7.tgz",
"integrity": "sha512-vfydeB8urLzhRnZev/1Zm87k9jWlNfhSTk09yUnqvzcORfd3xOkcei0qc1xdIHCTEMyTREC+umsYHDmlEpZsVw==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -12,7 +12,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3",
"@angular/common": "^14.0.0",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",