Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/chrome": "^0.0.270",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/utils": "^8.3.0",
"@unocss/eslint-plugin": "^0.62.3",
Expand All @@ -97,7 +97,7 @@
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.2",
"picocolors": "^1.0.1",
"pnpm": "^9.9.0",
Expand All @@ -110,7 +110,7 @@
"taze": "^0.16.7",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"turbo": "^2.0.14",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"unocss": "^0.62.3",
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"@vitejs/plugin-vue": "^5.1.3",
"vue": "^3.4.38"
}
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@iconify/json": "^2.2.241",
"@types/node": "^20.16.1",
"@iconify/json": "^2.2.243",
"@types/node": "^20.16.3",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.62.3",
"@unocss/reset": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"dayjs": "^1.11.13",
"floating-vue": "5.2.2",
Expand All @@ -58,7 +58,7 @@
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.62.3",
"unplugin": "^1.12.2",
"unplugin": "^1.12.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"tsx": "^4.18.0",
"@vitejs/plugin-vue": "^5.1.3",
"tsx": "^4.19.0",
"unbuild": "^2.0.0",
"vue": "^3.4.38"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"@vitejs/plugin-vue": "^5.1.3",
"vue": "^3.4.38"
}
}
6 changes: 3 additions & 3 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@vueuse/core": "^11.0.3"
},
"devDependencies": {
"@iconify/json": "^2.2.241",
"@types/node": "^20.16.1",
"@vitejs/plugin-vue": "^5.1.2",
"@iconify/json": "^2.2.243",
"@types/node": "^20.16.3",
"@vitejs/plugin-vue": "^5.1.3",
"sass": "^1.77.8",
"vite": "^5.4.2",
"vue": "^3.4.38"
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"dev": "vite"
},
"dependencies": {
"@iconify/json": "^2.2.241",
"@tresjs/core": "^4.2.7",
"@iconify/json": "^2.2.243",
"@tresjs/core": "^4.2.9",
"@vueuse/core": "^11.0.3",
"pinia": "^2.2.2",
"three": "^0.167.1",
"three": "^0.168.0",
"unplugin-auto-import": "^0.18.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@types/three": "^0.167.2",
"@vitejs/plugin-vue": "^5.1.2",
"@types/three": "^0.168.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/devtools-applet": "workspace:*",
"@vue/devtools-core": "workspace:*",
"@vue/devtools-kit": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "vite"
},
"dependencies": {
"@tanstack/vue-query": "^5.52.2",
"@tanstack/vue-query": "^5.53.3",
"@vueuse/core": "^11.0.3",
"element-plus": "^2.8.1",
"pinia": "^2.2.2",
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@tanstack/vue-query-devtools": "^5.52.2",
"@vitejs/plugin-vue": "^5.1.2",
"@tanstack/vue-query-devtools": "^5.53.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/devtools": "workspace:^",
"sass": "^1.77.8",
"serve": "^14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"sass": "^1.77.8",
"serve": "^14.2.3",
"typescript": "^5.5.4",
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 @@ -10,7 +10,7 @@
"vue": "^3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"vite-plugin-vue-devtools": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/playground/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vue": "^3.4.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"vite": "^5.4.2",
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.1"
"@types/node": "^20.16.3"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@iconify-json/ic": "^1.1.18",
"@types/node": "^20.16.1",
"@iconify-json/ic": "^1.2.0",
"@types/node": "^20.16.3",
"@unocss/reset": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"floating-vue": "5.2.2",
"histoire": "^0.17.17",
"unocss": "^0.62.3",
Expand Down
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/ic@1.1.18
// Generated from @iconify-json/ic@1.2.0

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
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"execa": "^8.0.1",
"sirv": "^2.0.4",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-vue-inspector": "^5.1.3"
"vite-plugin-vue-inspector": "^5.2.0"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.1",
"pathe": "^1.1.2"
Expand Down
Loading