Skip to content

Commit

Permalink
fix(deps): update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 69dbff1 commit 8ffbaa6
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 214 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.3.3",
"radash": "^12.1.0",
"shiki": "^1.23.1",
"unocss": "^0.64.1",
"unocss": "^66.0.0",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.13",
"white-block": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tsx": "^4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.10",
"vite": "^6.1.0",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vue/test-utils": "^2.4.6",
"dom-parser": "^1.1.5",
"rollup": "^4.28.0",
"unocss": "^0.64.1"
"unocss": "^66.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/compiler-sfc": "3.5.13",
"unocss": "^0.64.1",
"unocss": "^66.0.0",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"vite": "^5.4.10"
"vite": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ora": "^7.0.1",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"unocss": "^0.64.1",
"unocss": "^66.0.0",
"vue": "^3.5.13",
"white-block": "workspace:*"
},
Expand Down
507 changes: 299 additions & 208 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8ffbaa6

Please sign in to comment.