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 Apr 7, 2025
commit 716e8e8abad12537d5c212765ec6d5cc206bd403
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.16.3",
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"bin": {
"create-vue": "bundle.js"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"@clack/prompts": "^0.10.0",
"@tsconfig/node22": "^22.0.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.13.14",
"@types/node": "^22.14.0",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.10.1",
"@vue/tsconfig": "^0.7.0",
Expand All @@ -55,7 +55,7 @@
"rolldown": "1.0.0-beta.7",
"rollup-plugin-license": "^3.6.0",
"vitest": "^3.1.1",
"zx": "^8.4.1"
"zx": "^8.5.0"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
Expand Down
Loading