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-04-09 01:11:57 +00:00
parent 578cbd9899
commit 74fb7eea89
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -523,9 +523,9 @@
} }
}, },
"@angular/core": { "@angular/core": {
"version": "13.4.0", "version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.4.0.tgz", "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.6.tgz",
"integrity": "sha512-RE9KL7pRj+3lkJjdSR2uKmqiG0gqjnoVCMbSLG93pWrmzNIhElmlkiDaK39aMHGl836dc68Usv9CEisyVnRqHQ==", "integrity": "sha512-eN46OfSOLQGN6AciUvyHOJ8xQxmiEakkxJeoG1jwcSRXCjwSYYnQ/6drnhUpq5p43XXBAIduKfJXNztEPvLAkA==",
"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.4.0", "@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",