Skip to content

Commit

Permalink
[Misc] Update dependency vue-router to v4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 11, 2024
1 parent 622461d commit 2c03d62
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"inversify": "6.0.2",
"vue": "3.4.31",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"@xwiki/cristal-dev-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion core/attachments/attachments-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"inversify": "6.0.2",
"vue": "3.4.31",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"vue-tsc": "2.0.22"
Expand Down
2 changes: 1 addition & 1 deletion core/info-actions/info-actions-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@xwiki/cristal-icons": "workspace:*",
"@xwiki/cristal-info-actions-api": "workspace:*",
"vue": "3.4.31",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"@vue/test-utils": "2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion editors/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tiptap-markdown": "0.8.10",
"utility-types": "3.11.0",
"vue": "3.4.31",
"vue-router": "4.4.0",
"vue-router": "4.4.4",
"yjs": "^13.6.18"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"utility-types": "3.11.0",
"vue": "3.4.31",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"vue-tsc": "2.0.22"
Expand Down
2 changes: 1 addition & 1 deletion sharedworker/impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"comlink": "4.4.1",
"inversify": "6.0.2",
"vue": "3.4.31",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"vite-plugin-comlink": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion skin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"reflect-metadata": "0.2.2",
"vue": "3.4.31",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"vue-tsc": "2.0.22"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"express": "4.19.2",
"express-ws": "^5.0.2",
"vue": "3.4.31",
"vue-router": "4.4.0"
"vue-router": "4.4.4"
},
"devDependencies": {
"@playwright/test": "1.45.0",
Expand Down

0 comments on commit 2c03d62

Please sign in to comment.