-
Notifications
You must be signed in to change notification settings - Fork 447
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
db58bdd
commit 887c043
Showing
5 changed files
with
129 additions
and
148 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.13.0", | ||
"description": "🛠️ The recommended way to start a Vite-powered Vue project", | ||
"type": "module", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"bin": { | ||
"create-vue": "outfile.cjs" | ||
}, | ||
|
@@ -40,7 +40,7 @@ | |
"devDependencies": { | ||
"@tsconfig/node22": "^22.0.0", | ||
"@types/eslint": "^9.6.1", | ||
"@types/node": "^22.10.2", | ||
"@types/node": "^22.10.3", | ||
"@types/prompts": "^2.4.9", | ||
"@vue/create-eslint-config": "^0.6.1", | ||
"@vue/tsconfig": "^0.7.0", | ||
|
@@ -49,11 +49,11 @@ | |
"esbuild-plugin-license": "^1.2.3", | ||
"husky": "^9.1.7", | ||
"kleur": "^4.1.5", | ||
"lint-staged": "^15.2.11", | ||
"lint-staged": "^15.3.0", | ||
"prettier": "^3.4.2", | ||
"prompts": "^2.4.2", | ||
"vitest": "^2.1.8", | ||
"zx": "^8.2.4" | ||
"zx": "^8.3.0" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,vue,json}": [ | ||
|
Oops, something went wrong.