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

This commit is contained in:
renovate 2023-01-31 01:10:28 +00:00
parent 881f8e6bbc
commit 2a41901949
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -503,9 +503,9 @@
} }
}, },
"@angular/core": { "@angular/core": {
"version": "13.3.12", "version": "15.1.2",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.12.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.1.2.tgz",
"integrity": "sha512-jx0YC+NbPMbxGr5bXECkCEQv2RdVxR8AJNnabkPk8ZjwCpDzROrbELwwS1kunrZUhffcD15IhWGBvf1EGHAYDw==", "integrity": "sha512-K9pz6Bq6RuY/OWhKLZT1JQvk4orvU9wozgXY8cZaOGmNCQQ7sJv5zGkO5csO6o1ON1v/AHowrP/FAF1i8tml5g==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -14,7 +14,7 @@
"@angular/animations": "^13.3.3", "@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3", "@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3", "@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3", "@angular/core": "^15.0.0",
"@angular/forms": "^13.3.3", "@angular/forms": "^13.3.3",
"@angular/localize": "~13.3.3", "@angular/localize": "~13.3.3",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",