Update dependency @angular/forms to v15
Some checks are pending
charlyghislain/charlyghislaindotcom/pipeline/pr-master Build started...

This commit is contained in:
renovate 2023-04-09 01:13:05 +00:00
parent 578cbd9899
commit 06575ed1c7
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -531,9 +531,9 @@
} }
}, },
"@angular/forms": { "@angular/forms": {
"version": "13.4.0", "version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-13.4.0.tgz", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.2.6.tgz",
"integrity": "sha512-vWd438sPlESLAv+cPFEZwF5aa8cF9Gt9zofLe3Ep9v9YIv2naVkv7pxCu0KFyvbBHAT7THbZfyypuvYsYNI3rw==", "integrity": "sha512-SdZxsE9MUOVMz0FjOwtx1RN/SGpObnAyZBqXNrN0c4BmJg+faJzvKIBBN102CKpWZOGRoq2YYrgxow9StMhxTw==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -15,7 +15,7 @@
"@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": "^13.3.3",
"@angular/forms": "^13.3.3", "@angular/forms": "^15.0.0",
"@angular/localize": "~13.4.0", "@angular/localize": "~13.4.0",
"@angular/platform-browser": "^13.3.3", "@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3", "@angular/platform-browser-dynamic": "^13.3.3",