Compare commits

...

1 Commits

Author SHA1 Message Date
e7a0dca793 Update dependency @angular/forms to v15
Some checks reported errors
charlyghislain/charlyghislaindotcom/pipeline/pr-master Something is wrong with the build of this commit
2023-01-31 01:11:11 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -511,9 +511,9 @@
}
},
"@angular/forms": {
"version": "13.3.12",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-13.3.12.tgz",
"integrity": "sha512-auow1TKZx44ha1ia8Jwg2xp2Q7BbpShG5Ft8tewL3T44aTmJY7svWOE/m+DkZ/SXHmTFnbZFobGU5aEfe0+pNw==",
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.1.2.tgz",
"integrity": "sha512-ZL3EkCQ2SDrv9hdyPX54WPiTf9SQpkKz4bn/Gxe6lySLy0oHR5Te68DPMljWBeHYa+cNTCDdPN81AKLIDjRQtA==",
"requires": {
"tslib": "^2.3.0"
}

View File

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