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
fix(deps): update all non-major dependencies
  • Loading branch information
renovate[bot] authored Sep 11, 2025
commit ea31c27f52f9bdee15befd76c4615bd2c29d5cc6
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^5.2.2",
"@antfu/eslint-config": "^5.3.0",
"@antfu/ni": "^25.0.0",
"@arethetypeswrong/cli": "^0.18.2",
"@clack/prompts": "^0.11.0",
"@types/chrome": "^0.1.6",
"@types/chrome": "^0.1.9",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.3.1",
"@typescript-eslint/parser": "^8.42.0",
"@typescript-eslint/utils": "^8.42.0",
"@unocss/eslint-plugin": "^66.5.0",
"@typescript-eslint/parser": "^8.43.0",
"@typescript-eslint/utils": "^8.43.0",
"@unocss/eslint-plugin": "^66.5.1",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
Expand All @@ -108,14 +108,14 @@
"regex-extra": "^0.2.2",
"semver": "^7.7.2",
"simple-git-hooks": "^2.13.1",
"taze": "^19.5.0",
"tsdown": "^0.14.2",
"taze": "^19.6.0",
"tsdown": "^0.15.0",
"tsup": "^8.5.0",
"tsx": "^4.20.5",
"turbo": "^2.5.6",
"typescript": "^5.9.2",
"unbuild": "3.6.1",
"unocss": "^66.5.0",
"unocss": "^66.5.1",
"vite": "^7.1.4",
"vitest": "^3.2.4",
"vue": "^3.5.21"
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.5.0",
"@unocss/preset-icons": "^66.5.1",
"@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.5.0",
"@unocss/core": "^66.5.1",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vitejs/plugin-vue-jsx": "^5.1.1",
Expand Down
4 changes: 2 additions & 2 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.87.1",
"@tanstack/vue-query": "^5.87.4",
"@vueuse/core": "catalog:",
"element-plus": "^2.11.2",
"pinia": "catalog:",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@tanstack/vue-query-devtools": "^5.87.1",
"@tanstack/vue-query-devtools": "^5.87.4",
"@vitejs/plugin-vue": "catalog:",
"@vue/devtools": "workspace:^",
"sass-embedded": "catalog:",
Expand Down
Loading
Loading