Skip to content

Commit 4ae9f4b

Browse files
committed
fix(lint-staged-config): update dependencies in lint-staged-config
- Upgraded @visulima/fs from version 3.1.2 to 3.1.3 for improved functionality. - Updated @visulima/package from version 3.5.4 to 3.5.6 to ensure compatibility with the latest features. - Enhanced @visulima/packem from version 1.19.1 to 1.19.4 for better performance. - Updated esbuild from version 0.25.4 to 0.25.5 for optimizations. - Upgraded eslint from version 9.27.0 to 9.28.0 for improved linting capabilities. - Updated lint-staged from version 16.0.0 to 16.1.0 to incorporate recent enhancements.
1 parent e564609 commit 4ae9f4b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/lint-staged-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
8686
},
8787
"dependencies": {
88-
"@visulima/fs": "3.1.2",
89-
"@visulima/package": "^3.5.4",
88+
"@visulima/fs": "3.1.3",
89+
"@visulima/package": "^3.5.6",
9090
"shell-quote": "^1.8.2"
9191
},
9292
"devDependencies": {
@@ -96,12 +96,12 @@
9696
"@arethetypeswrong/cli": "^0.18.1",
9797
"@total-typescript/ts-reset": "^0.6.1",
9898
"@types/shell-quote": "^1.7.5",
99-
"@visulima/packem": "^1.19.1",
99+
"@visulima/packem": "^1.19.4",
100100
"@vitest/coverage-v8": "^3.1.4",
101-
"esbuild": "^0.25.4",
102-
"eslint": "^9.27.0",
101+
"esbuild": "^0.25.5",
102+
"eslint": "^9.28.0",
103103
"husky": "^9.1.7",
104-
"lint-staged": "^16.0.0",
104+
"lint-staged": "^16.1.0",
105105
"rimraf": "^6.0.1",
106106
"semantic-release": "^24.2.5",
107107
"type-fest": "^4.41.0",

0 commit comments

Comments
 (0)