Skip to content

Commit 2df2c6a

Browse files
xdangerclaude
andcommitted
⬆️ chore(deps): upgrade dependencies
- ⬆️ bump pnpm from 10.20.0 to 10.24.0 - ⬆️ bump @eslint/js from 9.39.0 to 9.39.1 - ⬆️ bump eslint from 9.39.0 to 9.39.1 - ⬆️ bump lint-staged from 16.2.6 to 16.2.7 - ⬆️ bump prettier from 3.6.2 to 3.7.3 - ⬆️ bump typescript-eslint from 8.46.2 to 8.48.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c4ea3e6 commit 2df2c6a

2 files changed

Lines changed: 149 additions & 218 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
2+
"packageManager": "pnpm@10.24.0",
33
"scripts": {
44
"format": "prettier --write --ignore-unknown --log-level=warn . && autocorrect --fix .",
55
"lint": "eslint . --no-error-on-unmatched-pattern && pnpm run --filter '*' lint && prettier --check --ignore-unknown .",
@@ -8,13 +8,13 @@
88
"prepare": "husky"
99
},
1010
"devDependencies": {
11-
"@eslint/js": "^9.39.0",
11+
"@eslint/js": "^9.39.1",
1212
"autocorrect-node": "^2.14.0",
13-
"eslint": "^9.39.0",
13+
"eslint": "^9.39.1",
1414
"globals": "^16.5.0",
1515
"husky": "^9.1.7",
16-
"lint-staged": "^16.2.6",
17-
"prettier": "^3.6.2",
18-
"typescript-eslint": "^8.46.2"
16+
"lint-staged": "^16.2.7",
17+
"prettier": "^3.7.3",
18+
"typescript-eslint": "^8.48.0"
1919
}
2020
}

0 commit comments

Comments
 (0)