Update dependency @angular/core 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:02:19 +00:00
parent 1b6ef75747
commit 30e6422754
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -448,9 +448,9 @@
}
},
"@angular/core": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.3.tgz",
"integrity": "sha512-zVsAuR1qT2QEUXDk8ANs+pCnxH7ckKAD+rJXoxI1Br94Ey1o7lNXu/GPJtTqxDbsRd7sGqMMQRti36t2CA5QhA==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-15.0.0.tgz",
"integrity": "sha512-Hek8L/1XrU1LPN4qmKJiNdYz96ju/yPWvrFjqvrDHjWEenIfxjJohjRwL+ZzICZiEwfnR6y3QGvv4OBY96oTGw==",
"requires": {
"tslib": "^2.3.0"
}

View File

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