Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent ed55b99 commit 5533f74
Show file tree
Hide file tree
Showing 20 changed files with 985 additions and 973 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@unocss/reset": "^0.62.4",
"@unocss/reset": "^0.63.1",
"@vueuse/core": "^11.1.0",
"unplugin-vue-components": "^0.27.4",
"vitepress": "1.3.4",
"vue": "^3.5.8"
"vue": "^3.5.10"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,25 @@
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@arethetypeswrong/cli": "^0.16.4",
"@clack/prompts": "^0.7.0",
"@types/chrome": "^0.0.271",
"@types/chrome": "^0.0.273",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.5",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/utils": "^8.6.0",
"@unocss/eslint-plugin": "^0.62.4",
"@types/node": "^20.16.10",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/utils": "^8.7.0",
"@unocss/eslint-plugin": "^0.63.1",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
"archiver": "^7.0.1",
"bumpp": "^9.5.2",
"bumpp": "^9.6.1",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"eslint-vitest-rule-tester": "^0.6.1",
"execa": "^8.0.1",
Expand All @@ -107,16 +107,16 @@
"regex-extra": "^0.2.2",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.9",
"taze": "^0.17.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"unocss": "^0.62.4",
"vite": "^5.4.7",
"unocss": "^0.63.1",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue": "^3.5.8"
"vue": "^3.5.10"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@vue/devtools-ui": "workspace:^",
"lodash-es": "^4.17.21",
"perfect-debounce": "^1.0.0",
"shiki": "^1.18.0",
"shiki": "^1.21.0",
"splitpanes": "^3.1.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"unplugin-vue": "^5.1.5",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.5.8",
"vue": "^3.5.10",
"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.8"
"vue": "^3.5.10"
}
}
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
"@unocss/preset-icons": "^0.62.4",
"@unocss/preset-icons": "^0.63.1",
"@vue/devtools-applet": "workspace:^",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
Expand All @@ -36,32 +36,32 @@
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.0.0",
"minimatch": "^10.0.1",
"shiki": "^1.18.0",
"shiki": "^1.21.0",
"splitpanes": "^3.1.5",
"vis-network": "^9.1.9",
"vite-hot-client": "^0.2.3",
"vue-router": "^4.4.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@iconify/json": "^2.2.251",
"@types/node": "^20.16.5",
"@iconify/json": "^2.2.254",
"@types/node": "^20.16.10",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.62.4",
"@unocss/reset": "^0.62.4",
"@unocss/core": "^0.63.1",
"@unocss/reset": "^0.63.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"dayjs": "^1.11.13",
"floating-vue": "5.2.2",
"ohash": "^1.1.4",
"pinia": "^2.2.2",
"sass": "^1.79.3",
"sass": "^1.79.4",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.62.4",
"unocss": "^0.63.1",
"unplugin": "^1.14.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vue": "^3.5.8"
"vite": "^5.4.8",
"vue": "^3.5.10"
}
}
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.8"
"vue": "^3.5.10"
}
}
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.8",
"vue": "^3.5.10",
"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.8"
"vue": "^3.5.10"
}
}
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.8"
"vue": "^3.5.10"
}
}
10 changes: 5 additions & 5 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.251",
"@types/node": "^20.16.5",
"@iconify/json": "^2.2.254",
"@types/node": "^20.16.10",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.3",
"vite": "^5.4.7",
"vue": "^3.5.8"
"sass": "^1.79.4",
"vite": "^5.4.8",
"vue": "^3.5.10"
}
}
14 changes: 7 additions & 7 deletions packages/playground/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
"dev": "vite"
},
"dependencies": {
"@iconify/json": "^2.2.251",
"@iconify/json": "^2.2.254",
"@tresjs/core": "^4.2.10",
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.2",
"three": "^0.168.0",
"three": "^0.169.0",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/three": "^0.168.0",
"@types/three": "^0.169.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/devtools-applet": "workspace:*",
"@vue/devtools-core": "workspace:*",
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:*",
"sass": "^1.79.3",
"sass": "^1.79.4",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"vite": "^5.4.7",
"unocss": "^0.63.1",
"vite": "^5.4.8",
"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 @@ -9,24 +9,24 @@
"dependencies": {
"@tanstack/vue-query": "^5.56.2",
"@vueuse/core": "^11.1.0",
"element-plus": "^2.8.3",
"element-plus": "^2.8.4",
"pinia": "^2.2.2",
"unplugin-auto-import": "^0.18.3",
"vee-validate": "^4.13.2",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@tanstack/vue-query-devtools": "^5.56.2",
"@rollup/plugin-commonjs": "^26.0.3",
"@tanstack/vue-query-devtools": "^5.58.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/devtools": "workspace:^",
"sass": "^1.79.3",
"sass": "^1.79.4",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"vite": "^5.4.7",
"unocss": "^0.63.1",
"vite": "^5.4.8",
"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.2",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.8",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.3",
"sass": "^1.79.4",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"vite": "^5.4.7",
"unocss": "^0.63.1",
"vite": "^5.4.8",
"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.8"
"vue": "^3.5.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.62.4",
"@unocss/reset": "^0.63.1",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.8"
"vue": "^3.5.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.2",
"unocss": "^0.62.4",
"vite": "^5.4.7",
"unocss": "^0.63.1",
"vite": "^5.4.8",
"vue-tsc": "^1.8.27"
}
}
4 changes: 2 additions & 2 deletions packages/playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"core-js": "^3.38.1",
"vue": "^3.5.8"
"vue": "^3.5.10"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -23,7 +23,7 @@
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"rfdc": "^1.4.1"
},
"devDependencies": {
"@types/node": "^20.16.5"
"@types/node": "^20.16.10"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@iconify-json/ic": "^1.2.0",
"@types/node": "^20.16.5",
"@unocss/reset": "^0.62.4",
"@types/node": "^20.16.10",
"@unocss/reset": "^0.63.1",
"@vitejs/plugin-vue": "^5.1.4",
"floating-vue": "5.2.2",
"histoire": "^0.17.17",
"unocss": "^0.62.4",
"unocss": "^0.63.1",
"vite-plugin-dts": "^3.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vite-plugin-vue-inspector": "^5.2.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.1",
"pathe": "^1.1.2"
Expand Down
Loading

0 comments on commit 5533f74

Please sign in to comment.