Compare commits

...

1 Commits

Author SHA1 Message Date
b8da9144de Update dependency @angular/common to v15
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2023-01-31 01:08:31 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -434,9 +434,9 @@
}
},
"@angular/common": {
"version": "13.3.12",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.12.tgz",
"integrity": "sha512-Nk4zNKfda92aFe+cucHRv2keyryR7C1ZnsurwZW9WZSobpY3z2tTT81F+yy35lGoMt5BDBAIpfh1b4j9Ue/vMg==",
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/@angular/common/-/common-15.1.2.tgz",
"integrity": "sha512-1Ra6EoaZjPcdDsGBge3qSajO1ECYceX+2EWHdjvJ9ZEIaXsLNFMQBUMgJnjsnrojs9Gd3bxJ0WHkahij5/8WNA==",
"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",