Update dependency @angular/router to v14 #467

Merged
administrator merged 1 commits from renovate/angular-router-14.x into main 2022-09-18 11:07:18 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 576af546e7 - Show all commits

View File

@ -1029,9 +1029,9 @@
} }
}, },
"@angular/router": { "@angular/router": {
"version": "13.2.7", "version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.2.7.tgz", "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.2.2.tgz",
"integrity": "sha512-VzEFKyUE8CR23IbmAjmcSFY6pa4NsjaaTqT4mDYhzFeYc7R0s58Ow9d4Fy+0sWX6rzys01rcVNCg+ifJAnwYZA==", "integrity": "sha512-BRkXdAVK0rE/x6im91a/fdIcWhPILO6ZmwCVTEdvsRyI9arQSlXAnupPUeumdbSc6mG/FCXPcyJq/dU0Jl70Og==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -21,7 +21,7 @@
"@angular/material": "^13.3.6", "@angular/material": "^13.3.6",
"@angular/platform-browser": "~13.2.0", "@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.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",
"rxjs": "~7.5.0", "rxjs": "~7.5.0",