Update dependency @angular/common to v15
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit

This commit is contained in:
renovate 2022-11-17 01:01:58 +00:00
parent 1b6ef75747
commit 881fea21fd
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": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-15.0.0.tgz",
"integrity": "sha512-8NVZE4tSDFQ8YzCFb1BiDDfVdVDZWoP4Z35K0PcjpGromTFs3qKk/Ho0JCdmFTU+yfXLMZe/OsYZoE2mMKGChQ==",
"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": "^15.0.0",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",