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
chore(deps): update all non-major dependencies
  • Loading branch information
renovate[bot] authored Aug 4, 2025
commit e15f7316455243bd1b48624228d7514f08046d53
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.18.0",
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
"type": "module",
"packageManager": "pnpm@10.13.1",
"packageManager": "pnpm@10.14.0",
"bin": {
"create-vue": "bundle.js"
},
Expand Down Expand Up @@ -43,19 +43,19 @@
"@clack/prompts": "^0.11.0",
"@tsconfig/node22": "^22.0.2",
"@types/eslint": "^9.6.1",
"@types/node": "^22.16.5",
"@types/node": "^22.17.0",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.12.0",
"@vue/tsconfig": "^0.7.0",
"ejs": "^3.1.10",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"lint-staged": "^16.1.4",
"picocolors": "^1.1.1",
"prettier": "3.6.2",
"rolldown": "1.0.0-beta.29",
"rolldown": "1.0.0-beta.30",
"rollup-plugin-license": "^3.6.0",
"vitest": "^3.2.4",
"zx": "^8.7.1"
"zx": "^8.7.2"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
Expand Down
Loading
Loading