-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
d4f936f
commit 055fb56
Showing
7 changed files
with
148 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "3.12.2", | ||
"description": "🛠️ The recommended way to start a Vite-powered Vue project", | ||
"type": "module", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].4", | ||
"bin": { | ||
"create-vue": "outfile.cjs" | ||
}, | ||
|
@@ -40,7 +40,7 @@ | |
"devDependencies": { | ||
"@tsconfig/node22": "^22.0.0", | ||
"@types/eslint": "^9.6.1", | ||
"@types/node": "^22.9.3", | ||
"@types/node": "^22.10.1", | ||
"@types/prompts": "^2.4.9", | ||
"@vue/create-eslint-config": "^0.6.1", | ||
"@vue/tsconfig": "^0.7.0", | ||
|
@@ -50,10 +50,10 @@ | |
"husky": "^9.1.7", | ||
"kleur": "^4.1.5", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.1", | ||
"prompts": "^2.4.2", | ||
"vitest": "^2.1.5", | ||
"zx": "^8.2.2" | ||
"vitest": "^2.1.6", | ||
"zx": "^8.2.4" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,vue,json}": [ | ||
|
Oops, something went wrong.