Update dependency @angular/platform-browser-dynamic to v14

This commit is contained in:
Renovate Bot 2022-09-18 13:10:27 +02:00 committed by Gitea
parent 86e2aad47c
commit 5d7c9a60f2
2 changed files with 4 additions and 4 deletions

View File

@ -1271,9 +1271,9 @@
} }
}, },
"@angular/platform-browser-dynamic": { "@angular/platform-browser-dynamic": {
"version": "13.2.7", "version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.2.7.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.2.2.tgz",
"integrity": "sha512-3tKiUohQ8wl4hp1zYLKvMJ7GVYpg2K5dRrihtUKkJk8xUv3iuTUI0wbNCrUDZkrWc0GMhnQNXwE22gd+hKjfKg==", "integrity": "sha512-fehhiOwC4mn4sprjSiuGc0uITToiiKJJdtUNDsJyOJinKuy3GBwHpGckiEx4E85Z/PkPCMb8lYRJb/IciUV9+A==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -20,7 +20,7 @@
"@angular/forms": "~14.2.0", "@angular/forms": "~14.2.0",
"@angular/material": "^13.3.6", "@angular/material": "^13.3.6",
"@angular/platform-browser": "~14.2.0", "@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~13.2.0", "@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0", "@angular/router": "~14.2.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3", "ngx-cron-editor": "^0.7.3",