Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 2330a72 commit 8b15bde
Show file tree
Hide file tree
Showing 21 changed files with 1,613 additions and 1,558 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.63.1",
"@unocss/reset": "^0.63.4",
"@vueuse/core": "^11.1.0",
"unplugin-vue-components": "^0.27.4",
"vitepress": "1.3.4",
"vue": "^3.5.10"
"vitepress": "1.4.0",
"vue": "^3.5.11"
}
}
24 changes: 12 additions & 12 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.11.0",
"packageManager": "pnpm@9.12.1",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -76,21 +76,21 @@
"@antfu/ni": "^0.23.0",
"@arethetypeswrong/cli": "^0.16.4",
"@clack/prompts": "^0.7.0",
"@types/chrome": "^0.0.273",
"@types/chrome": "^0.0.277",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.10",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/utils": "^8.7.0",
"@unocss/eslint-plugin": "^0.63.1",
"@types/node": "^20.16.11",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/utils": "^8.8.1",
"@unocss/eslint-plugin": "^0.63.4",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
"archiver": "^7.0.1",
"bumpp": "^9.6.1",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "^9.11.1",
"eslint": "^9.12.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": "^6.2.3",
"picocolors": "^1.1.0",
"pnpm": "^9.11.0",
"pnpm": "^9.12.1",
"progress": "^2.0.3",
"publint": "^0.2.11",
"readdir-glob": "^2.0.0",
Expand All @@ -110,13 +110,13 @@
"taze": "^0.17.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"unocss": "^0.63.1",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue": "^3.5.10"
"vitest": "^2.1.2",
"vue": "^3.5.11"
},
"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.21.0",
"shiki": "^1.22.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.10",
"vue": "^3.5.11",
"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.10"
"vue": "^3.5.11"
}
}
18 changes: 9 additions & 9 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.63.1",
"@unocss/preset-icons": "^0.63.4",
"@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.21.0",
"shiki": "^1.22.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.254",
"@types/node": "^20.16.10",
"@iconify/json": "^2.2.258",
"@types/node": "^20.16.11",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.63.1",
"@unocss/reset": "^0.63.1",
"@unocss/core": "^0.63.4",
"@unocss/reset": "^0.63.4",
"@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",
"pinia": "^2.2.4",
"sass": "^1.79.4",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.63.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.10"
"vue": "^3.5.11"
}
}
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.10"
"vue": "^3.5.11"
}
}
4 changes: 2 additions & 2 deletions packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@vue/devtools-shared": "workspace:^",
"birpc": "^0.2.17",
"birpc": "^0.2.19",
"hookable": "^5.5.3",
"mitt": "^3.0.1",
"perfect-debounce": "^1.0.0",
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/speakingurl": "^13.0.6",
"vue": "^3.5.10",
"vue": "^3.5.11",
"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 @@ -41,7 +41,7 @@
"@vue/devtools-shared": "workspace:^",
"electron": "^29.4.6",
"execa": "^8.0.1",
"h3": "^1.12.0",
"h3": "^1.13.0",
"ip": "^2.0.1",
"pathe": "^1.1.2",
"socket.io": "^4.8.0",
Expand All @@ -51,6 +51,6 @@
"@vitejs/plugin-vue": "^5.1.4",
"tsx": "^4.19.1",
"unbuild": "^2.0.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
}
}
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.10"
"vue": "^3.5.11"
}
}
6 changes: 3 additions & 3 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.254",
"@types/node": "^20.16.10",
"@iconify/json": "^2.2.258",
"@types/node": "^20.16.11",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.4",
"vite": "^5.4.8",
"vue": "^3.5.10"
"vue": "^3.5.11"
}
}
10 changes: 5 additions & 5 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.254",
"@tresjs/core": "^4.2.10",
"@iconify/json": "^2.2.258",
"@tresjs/core": "^4.3.0",
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"three": "^0.169.0",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand All @@ -26,7 +26,7 @@
"sass": "^1.79.4",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"unocss": "^0.63.1",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-devtools": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"dev": "vite"
},
"dependencies": {
"@tanstack/vue-query": "^5.56.2",
"@tanstack/vue-query": "^5.59.1",
"@vueuse/core": "^11.1.0",
"element-plus": "^2.8.4",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"unplugin-auto-import": "^0.18.3",
"vee-validate": "^4.13.2",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.3",
"@tanstack/vue-query-devtools": "^5.58.0",
"@tanstack/vue-query-devtools": "^5.59.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/devtools": "workspace:^",
"sass": "^1.79.4",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"unocss": "^0.63.1",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-devtools": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.5.10",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.4",
"serve": "^14.2.3",
"typescript": "^5.6.2",
"unocss": "^0.63.1",
"unocss": "^0.63.4",
"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.10"
"vue": "^3.5.11"
},
"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 @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.63.1",
"@unocss/reset": "^0.63.4",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^11.1.0",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.2",
"unocss": "^0.63.1",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vue-tsc": "^1.8.27"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
},
"dependencies": {
"core-js": "^3.38.1",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@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.11.1",
"eslint": "^9.12.0",
"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.10"
"@types/node": "^20.16.11"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@iconify-json/ic": "^1.2.0",
"@types/node": "^20.16.10",
"@unocss/reset": "^0.63.1",
"@iconify-json/ic": "^1.2.1",
"@types/node": "^20.16.11",
"@unocss/reset": "^0.63.4",
"@vitejs/plugin-vue": "^5.1.4",
"floating-vue": "5.2.2",
"histoire": "^0.17.17",
"unocss": "^0.63.1",
"unocss": "^0.63.4",
"vite-plugin-dts": "^3.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/ui/src/constants/ic-icons.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from @iconify-json/[email protected].0
// Generated from @iconify-json/[email protected].1

export const icIcons: Record<string, string> = {
'baseline-10k': '<path fill="currentColor" d="M10 10.5h1.5v3H10zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7.5 15H6v-4.5H4.5V9h3zm5.5-1c0 .55-.45 1-1 1H9.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1H12c.55 0 1 .45 1 1zm6.5 1h-1.75L16 12.75V15h-1.5V9H16v2.25L17.75 9h1.75l-2.25 3z"/>',
Expand Down
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.10",
"@types/node": "^20.16.11",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.1",
"pathe": "^1.1.2"
Expand Down
Loading

0 comments on commit 8b15bde

Please sign in to comment.