Merge pull request 'Update dependency @angular/platform-browser to v15' (#522) from renovate/angular-platform-browser-15.x into main

Reviewed-on: #522
This commit is contained in:
Florian Kaiser 2022-12-12 11:20:29 +01:00
commit 6bcf52b89d
2 changed files with 4 additions and 4 deletions

View File

@ -970,9 +970,9 @@
} }
}, },
"@angular/platform-browser": { "@angular/platform-browser": {
"version": "14.2.2", "version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.2.2.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.0.3.tgz",
"integrity": "sha512-1NrtOIvevoDDT6DU+Fsm5TsNN/XJhIV/UhfInmU/rz97RERl8etcOQRsxWnjGwZjk9rjt+0lBbW5oVDFKOJa+w==", "integrity": "sha512-XIgAh6/SI4m2JfFdtKWmh8BVPzs3gV8VuOVYdykWrYrhDCVz5X3J7AXGxn9AX1S+dMuQPi91lM1icErunVrCZQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -19,7 +19,7 @@
"@angular/core": "~14.2.0", "@angular/core": "~14.2.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
"@angular/platform-browser": "~14.2.0", "@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0", "@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0", "@angular/router": "~15.0.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",