Update dependency @angular/core to v16
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head Build queued...
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2023-05-04 01:10:01 +00:00
parent a7f07d4d97
commit fadb031b4f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -523,9 +523,9 @@
}
},
"@angular/core": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.4.0.tgz",
"integrity": "sha512-RE9KL7pRj+3lkJjdSR2uKmqiG0gqjnoVCMbSLG93pWrmzNIhElmlkiDaK39aMHGl836dc68Usv9CEisyVnRqHQ==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-16.0.0.tgz",
"integrity": "sha512-scppDxtXubum6ZiGu3ogmReBtMuA5XXk5FL3YKLb3c9O7q9Z5PC8KNQ6SsaOwEb6oW+0BWXMV698p/zmd0J4tA==",
"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": "^16.0.0",
"@angular/forms": "^13.3.3",
"@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3",