Update dependency @angular/forms to v15
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2022-11-16 22:19:42 +01:00
parent 557d4b6ffa
commit 1a648b7d16
2 changed files with 4 additions and 4 deletions

View File

@ -398,9 +398,9 @@
} }
}, },
"@angular/forms": { "@angular/forms": {
"version": "14.2.2", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-14.2.2.tgz", "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.0.0.tgz",
"integrity": "sha512-lq6PpLMNfs0KcIhkQrUVfKuP4hZSeUQyKOErvoLrPhDiakvOWYoQZKh6XHsbQRcuhWKHy6IITldz6sg8pWVrTw==", "integrity": "sha512-/l6oiSNrBnaLlqHxTlrb0pNW41fUFDB+ctohKKVT3AOe/79xfUCQwyzEUjOMdoo5TBJUoRT8EhKaOgSUHfPymQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -17,7 +17,7 @@
"@angular/common": "~14.2.0", "@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0", "@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0", "@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0", "@angular/forms": "~15.0.0",
"@angular/material": "^14.0.0", "@angular/material": "^14.0.0",
"@angular/platform-browser": "~14.2.0", "@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0", "@angular/platform-browser-dynamic": "~14.2.0",