Skip to content

Commit

Permalink
chore: bump vue-related dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Jan 20, 2025
1 parent 1491c5b commit 0ddfcc5
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 349 deletions.
18 changes: 9 additions & 9 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@halo-dev/components": "workspace:*",
"@halo-dev/console-shared": "workspace:*",
"@halo-dev/richtext-editor": "workspace:*",
"@tanstack/vue-query": "^4.29.1",
"@tanstack/vue-query": "^4.37.1",
"@tiptap/extension-character-count": "^2.10.2",
"@uppy/core": "^3.11.3",
"@uppy/dashboard": "^3.8.3",
Expand All @@ -71,11 +71,11 @@
"@uppy/status-bar": "^3.3.3",
"@uppy/vue": "^1.1.2",
"@uppy/xhr-upload": "3.6.0",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/router": "^10.9.0",
"@vueuse/shared": "^10.9.0",
"@vueuse/components": "^10.11.1",
"@vueuse/core": "^10.11.1",
"@vueuse/integrations": "^10.11.1",
"@vueuse/router": "^10.11.1",
"@vueuse/shared": "^10.11.1",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"colorjs.io": "^0.4.3",
Expand All @@ -97,11 +97,11 @@
"short-unique-id": "^5.0.2",
"transliteration": "^2.3.5",
"ua-parser-js": "^1.0.38",
"vue": "^3.5.11",
"vue": "^3.5.13",
"vue-demi": "^0.14.10",
"vue-draggable-plus": "^0.4.1",
"vue-grid-layout": "3.0.0-beta1",
"vue-i18n": "^9.13.1",
"vue-i18n": "^9.14.2",
"vue-router": "^4.3.2"
},
"devDependencies": {
Expand All @@ -123,7 +123,7 @@
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitest/ui": "^0.34.1",
"@vue/compiler-sfc": "^3.5.11",
"@vue/compiler-sfc": "^3.5.13",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.11",
"vue": "^3.5.13",
"vue-router": "^4.3.2"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.11"
"vue": "^3.5.13"
}
}
2 changes: 1 addition & 1 deletion ui/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.11",
"vue": "^3.5.13",
"vue-router": "^4.3.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 0ddfcc5

Please sign in to comment.