Skip to content

Commit cc0b615

Browse files
committed
chore(deps-dev): update development dependencies
1 parent 31ab790 commit cc0b615

File tree

6 files changed

+50
-45
lines changed

6 files changed

+50
-45
lines changed

‎.husky/commit-msg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no -- commitlint --edit $1
1+
pnpm dlx commitlint --edit $1

‎.husky/pre-commit‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
pnpm dlx lint-staged
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
exportdefault{
1+
{
22
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
3-
"biome check --staged --apply-unsafe --no-errors-on-unmatched",
3+
"biome check --staged --apply-unsafe --no-errors-on-unmatched"
44
],
55
"src/**/*.ts": ["vitest related --run"],
6-
"docs/**/*": ["vitepress build docs"],
7-
};
6+
"docs/**/*": ["vitepress build docs"]
7+
}

‎biome.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3+
"vcs":{
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true
7+
},
38
"organizeImports":{
49
"enabled": true
510
},

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@biomejs/biome": "^1.8.3",
3434
"@commitlint/cli": "^19.3.0",
3535
"@commitlint/config-conventional": "^19.2.2",
36-
"@types/node": "^20.14.9",
36+
"@types/node": "^20.14.10",
3737
"@vitest/coverage-v8": "^1.6.0",
3838
"@vitest/ui": "^1.6.0",
3939
"husky": "^9.0.11",

‎pnpm-lock.yaml‎

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)