Update dependency @angular/common to v14
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-10-21 20:08:58 +00:00
parent 6974ac1663
commit 7adc60f211
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",