Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#631)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 58195fc commit bdf6d5e
Show file tree
Hide file tree
Showing 17 changed files with 1,071 additions and 926 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@unocss/reset": "^0.63.4",
"@vueuse/core": "^11.1.0",
"unplugin-vue-components": "^0.27.4",
"vitepress": "1.4.0",
"vue": "^3.5.11"
"vitepress": "1.4.1",
"vue": "^3.5.12"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
"archiver": "^7.0.1",
"bumpp": "^9.6.1",
"bumpp": "^9.7.1",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "^9.12.0",
Expand All @@ -111,12 +111,12 @@
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vitest": "^2.1.2",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash-es": "^4.17.12",
"unplugin-vue": "^5.1.5",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@iconify/json": "^2.2.258",
"@iconify/json": "^2.2.260",
"@types/node": "^20.16.11",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.63.4",
Expand All @@ -55,13 +55,13 @@
"floating-vue": "5.2.2",
"ohash": "^1.1.4",
"pinia": "^2.2.4",
"sass": "^1.79.4",
"sass": "^1.79.5",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.63.4",
"unplugin": "^1.14.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vue": "^3.5.11"
"vite": "^5.4.9",
"vue": "^3.5.12"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"vite-hot-client": "^0.2.3"
},
"devDependencies": {
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
2 changes: 1 addition & 1 deletion packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/speakingurl": "^13.0.6",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
2 changes: 1 addition & 1 deletion packages/firefox-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
8 changes: 4 additions & 4 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@vueuse/core": "^11.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.258",
"@iconify/json": "^2.2.260",
"@types/node": "^20.16.11",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.4",
"vite": "^5.4.8",
"vue": "^3.5.11"
"sass": "^1.79.5",
"vite": "^5.4.9",
"vue": "^3.5.12"
}
}
12 changes: 6 additions & 6 deletions packages/playground/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"dev": "vite"
},
"dependencies": {
"@iconify/json": "^2.2.258",
"@tresjs/core": "^4.3.0",
"@iconify/json": "^2.2.260",
"@tresjs/core": "^4.3.1",
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.4",
"three": "^0.169.0",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand All @@ -23,11 +23,11 @@
"@vue/devtools-core": "workspace:*",
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:*",
"sass": "^1.79.4",
"sass": "^1.79.5",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-devtools": "workspace:*"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
"dev": "vite"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.1",
"@tanstack/vue-query": "^5.59.13",
"@vueuse/core": "^11.1.0",
"element-plus": "^2.8.4",
"element-plus": "^2.8.5",
"pinia": "^2.2.4",
"unplugin-auto-import": "^0.18.3",
"vee-validate": "^4.13.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.3",
"@tanstack/vue-query-devtools": "^5.59.1",
"@tanstack/vue-query-devtools": "^5.59.13",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/devtools": "workspace:^",
"sass": "^1.79.4",
"sass": "^1.79.5",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-devtools": "workspace:*"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.4",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.4",
"sass": "^1.79.5",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-devtools": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/options-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite"
},
"dependencies": {
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@unocss/reset": "^0.63.4",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vue-tsc": "^1.8.27"
}
}
8 changes: 4 additions & 4 deletions packages/playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"dependencies": {
"core-js": "^3.38.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.28.0"
"eslint-plugin-vue": "^9.29.0"
},
"eslintConfig": {
"env": {
Expand Down
Loading

0 comments on commit bdf6d5e

Please sign in to comment.