Update dependency @angular/forms to v14
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-10-21 20:09:21 +00:00
parent 6974ac1663
commit 6a8c660964
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -456,9 +456,9 @@
} }
}, },
"@angular/forms": { "@angular/forms": {
"version": "13.3.3", "version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-13.3.3.tgz", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-14.2.7.tgz",
"integrity": "sha512-C89b7Uu7Acpm+0/JDczIqhNJTEJPdskmnx7AybAoSfBPs9QUSP8irRFKY7UtmE8E/Q2m03xqWRDa8CpP9Rt6Hw==", "integrity": "sha512-tEhCIE4mzlD2S0bYE+4e4RG7lOIeRZjjcKw0nlpwE0AneM03gzFlQvbHLDi3qeu8Kc7XkF6C3FJQI/Q7nMiARg==",
"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": "^14.0.0",
"@angular/localize": "~13.3.3", "@angular/localize": "~13.3.3",
"@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",