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] authored Nov 23, 2024
1 parent b8dead1 commit 0833acc
Show file tree
Hide file tree
Showing 20 changed files with 1,558 additions and 1,510 deletions.
6 changes: 3 additions & 3 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.64.0",
"@vueuse/core": "^11.2.0",
"@unocss/reset": "^0.64.1",
"@vueuse/core": "^11.3.0",
"unplugin-vue-components": "^0.27.4",
"vitepress": "1.5.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "7.3.2",
"private": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -72,25 +72,25 @@
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/ni": "^0.23.0",
"@antfu/eslint-config": "^3.9.2",
"@antfu/ni": "^0.23.1",
"@arethetypeswrong/cli": "^0.17.0",
"@clack/prompts": "^0.7.0",
"@types/chrome": "^0.0.280",
"@clack/prompts": "^0.8.2",
"@types/chrome": "^0.0.283",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"@unocss/eslint-plugin": "^0.64.0",
"@types/node": "^22.9.3",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"@unocss/eslint-plugin": "^0.64.1",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
"archiver": "^7.0.1",
"bumpp": "^9.8.1",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"eslint-vitest-rule-tester": "^0.6.1",
"execa": "^8.0.1",
Expand All @@ -100,7 +100,7 @@
"lint-staged": "^15.2.10",
"npm-run-all2": "^7.0.1",
"picocolors": "^1.1.1",
"pnpm": "^9.12.3",
"pnpm": "^9.14.2",
"progress": "^2.0.3",
"publint": "^0.2.12",
"readdir-glob": "^2.0.1",
Expand All @@ -110,13 +110,13 @@
"taze": "^0.18.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"turbo": "^2.3.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"unocss": "^0.64.0",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vitest": "^2.1.4",
"vue": "^3.5.12"
"vitest": "^2.1.5",
"vue": "^3.5.13"
},
"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.22.2",
"shiki": "^1.23.1",
"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.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vue/devtools-shared": "workspace:^"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"vue": "^3.5.12"
"@vitejs/plugin-vue": "^5.2.0",
"vue": "^3.5.13"
}
}
28 changes: 14 additions & 14 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,44 +24,44 @@
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
"@unocss/preset-icons": "^0.64.0",
"@unocss/preset-icons": "^0.64.1",
"@vue/devtools-applet": "workspace:^",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"@vueuse/core": "^11.3.0",
"@vueuse/integrations": "^11.3.0",
"colord": "^2.9.3",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.0.0",
"minimatch": "^10.0.1",
"shiki": "^1.22.2",
"shiki": "^1.23.1",
"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.270",
"@types/node": "^22.9.0",
"@iconify/json": "^2.2.275",
"@types/node": "^22.9.3",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.64.0",
"@unocss/reset": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.5",
"@unocss/core": "^0.64.1",
"@unocss/reset": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"dayjs": "^1.11.13",
"floating-vue": "5.2.2",
"ohash": "^1.1.4",
"pinia": "^2.2.6",
"sass-embedded": "^1.80.6",
"sass-embedded": "^1.81.0",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.64.0",
"unplugin": "^1.15.0",
"unplugin-auto-import": "^0.18.3",
"unocss": "^0.64.1",
"unplugin": "^1.16.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
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.12"
"vue": "^3.5.13"
}
}
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.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue": "^5.2.0",
"tsx": "^4.19.2",
"unbuild": "^2.0.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
4 changes: 2 additions & 2 deletions packages/firefox-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vue/devtools-shared": "workspace:^"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"vue": "^3.5.12"
"@vitejs/plugin-vue": "^5.2.0",
"vue": "^3.5.13"
}
}
12 changes: 6 additions & 6 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^11.2.0"
"@vueuse/core": "^11.3.0"
},
"devDependencies": {
"@iconify/json": "^2.2.270",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.5",
"sass-embedded": "^1.80.6",
"@iconify/json": "^2.2.275",
"@types/node": "^22.9.3",
"@vitejs/plugin-vue": "^5.2.0",
"sass-embedded": "^1.81.0",
"vite": "^5.4.11",
"vue": "^3.5.12"
"vue": "^3.5.13"
}
}
20 changes: 10 additions & 10 deletions packages/playground/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"dev": "vite"
},
"dependencies": {
"@iconify/json": "^2.2.270",
"@iconify/json": "^2.2.275",
"@tresjs/core": "^4.3.1",
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"pinia": "^2.2.6",
"three": "^0.170.0",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.12",
"unplugin-auto-import": "^0.18.5",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@types/three": "^0.169.0",
"@vitejs/plugin-vue": "^5.1.5",
"@types/three": "^0.170.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/devtools-applet": "workspace:*",
"@vue/devtools-core": "workspace:*",
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:*",
"sass-embedded": "^1.80.6",
"sass-embedded": "^1.81.0",
"serve": "^14.2.4",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-vue-devtools": "workspace:*"
}
}
22 changes: 11 additions & 11 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
"dev": "vite"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.20",
"@vueuse/core": "^11.2.0",
"element-plus": "^2.8.7",
"@tanstack/vue-query": "^5.60.6",
"@vueuse/core": "^11.3.0",
"element-plus": "^2.8.8",
"pinia": "^2.2.6",
"unplugin-auto-import": "^0.18.3",
"unplugin-auto-import": "^0.18.5",
"vee-validate": "^4.14.7",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.3",
"@tanstack/vue-query-devtools": "^5.59.20",
"@vitejs/plugin-vue": "^5.1.5",
"@tanstack/vue-query-devtools": "^5.60.6",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/devtools": "workspace:^",
"sass-embedded": "^1.80.6",
"sass-embedded": "^1.81.0",
"serve": "^14.2.4",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-vue-devtools": "workspace:*"
}
}
16 changes: 8 additions & 8 deletions packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"dev": "vite"
},
"dependencies": {
"@vueuse/core": "^11.2.0",
"@vueuse/core": "^11.3.0",
"pinia": "^2.2.6",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.12",
"unplugin-auto-import": "^0.18.5",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"sass-embedded": "^1.80.6",
"@vitejs/plugin-vue": "^5.2.0",
"sass-embedded": "^1.81.0",
"serve": "^14.2.4",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-inspect": "^0.8.8",
"vite-plugin-vue-devtools": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/playground/options-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"dev": "vite"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"@vitejs/plugin-vue": "^5.2.0",
"vite-plugin-vue-devtools": "workspace:*"
}
}
12 changes: 6 additions & 6 deletions packages/playground/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.64.0",
"@unocss/reset": "^0.64.1",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^11.2.0",
"vue": "^3.5.12"
"@vueuse/core": "^11.3.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.5",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"@vitejs/plugin-vue": "^5.2.0",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^5.4.11",
"vue-tsc": "^1.8.27"
}
Expand Down
6 changes: 3 additions & 3 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.39.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -23,8 +23,8 @@
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0"
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0"
},
"eslintConfig": {
"env": {
Expand Down
Loading

0 comments on commit 0833acc

Please sign in to comment.