Update dependency @angular/forms to v14
Some checks are pending
charlyghislain/charlyghislaindotcom/pipeline/head Build started...
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2022-06-03 01:01:39 +00:00
parent 6974ac1663
commit 5ca1495f66
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -456,9 +456,9 @@
}
},
"@angular/forms": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-13.3.3.tgz",
"integrity": "sha512-C89b7Uu7Acpm+0/JDczIqhNJTEJPdskmnx7AybAoSfBPs9QUSP8irRFKY7UtmE8E/Q2m03xqWRDa8CpP9Rt6Hw==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-14.0.0.tgz",
"integrity": "sha512-r2FHcJve+/rXU4wdCA50nwySGKB5/bxqpULOGeWs4FIdKcUoTnzHtqMsd7sUa7wOA40O4fBHAxKPDGPJPl5CEA==",
"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": "^14.0.0",
"@angular/localize": "~13.3.3",
"@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3",