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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,28 +77,28 @@
"@antfu/ni": "^25.0.0",
"@arethetypeswrong/cli": "^0.18.2",
"@clack/prompts": "^0.11.0",
"@types/chrome": "^0.1.1",
"@types/chrome": "^0.1.3",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.2.0",
"@types/node": "^24.2.1",
"@typescript-eslint/parser": "^8.39.0",
"@typescript-eslint/utils": "^8.39.0",
"@unocss/eslint-plugin": "^66.4.1",
"@unocss/eslint-plugin": "^66.4.2",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
"archiver": "^7.0.1",
"bumpp": "^10.2.2",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "^9.32.0",
"eslint": "^9.33.0",
"eslint-plugin-format": "^1.0.1",
"eslint-vitest-rule-tester": "^2.2.1",
"execa": "^9.6.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.1",
"jsdom": "^26.1.0",
"lint-staged": "^16.1.4",
"lint-staged": "^16.1.5",
"npm-run-all2": "^8.0.4",
"picocolors": "^1.1.1",
"pnpm": "^10.14.0",
Expand All @@ -109,14 +109,14 @@
"semver": "^7.7.2",
"simple-git-hooks": "^2.13.1",
"taze": "^19.1.0",
"tsdown": "^0.13.3",
"tsdown": "^0.14.0",
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"turbo": "^2.5.5",
"typescript": "^5.9.2",
"unbuild": "3.6.0",
"unocss": "^66.4.1",
"vite": "^7.1.0",
"unocss": "^66.4.2",
"vite": "^7.1.1",
"vitest": "^3.2.4",
"vue": "^3.5.18"
},
Expand Down
4 changes: 2 additions & 2 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": "^66.4.1",
"@unocss/preset-icons": "^66.4.2",
"@vue/devtools-applet": "workspace:^",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
Expand All @@ -48,7 +48,7 @@
"@iconify/json": "catalog:",
"@types/node": "catalog:",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^66.4.1",
"@unocss/core": "^66.4.2",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vitejs/plugin-vue-jsx": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@tanstack/vue-query": "^5.83.1",
"@vueuse/core": "catalog:",
"element-plus": "^2.10.5",
"element-plus": "^2.10.6",
"pinia": "catalog:",
"unplugin-auto-import": "catalog:",
"vee-validate": "^4.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
"eslint": "^9.32.0",
"eslint": "^9.33.0",
"eslint-plugin-vue": "^10.4.0"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/ic": "^1.2.4",
"@types/node": "catalog:",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
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/[email protected].2
// Generated from @iconify-json/[email protected].4

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
Loading
Loading