Skip to content

Commit 2c58ddf

Browse files
xdangerclaude
andcommitted
⬆️ chore(deps): upgrade dependencies
- ⬆️ bump pnpm 10.24.0 → 10.33.0 - ⬆️ bump eslint 10.0.3 → 10.1.0 - ⬆️ bump lint-staged 16.3.3 → 16.4.0 - ⬆️ bump typescript-eslint 8.57.0 → 8.57.2 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f146921 commit 2c58ddf

2 files changed

Lines changed: 122 additions & 183 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packageManager": "pnpm@10.24.0",
2+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
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 .",
@@ -10,11 +10,11 @@
1010
"devDependencies": {
1111
"@eslint/js": "^10.0.1",
1212
"autocorrect-node": "^2.14.0",
13-
"eslint": "^10.0.3",
13+
"eslint": "^10.1.0",
1414
"globals": "^17.4.0",
1515
"husky": "^9.1.7",
16-
"lint-staged": "^16.3.3",
16+
"lint-staged": "^16.4.0",
1717
"prettier": "^3.8.1",
18-
"typescript-eslint": "^8.57.0"
18+
"typescript-eslint": "^8.57.2"
1919
}
2020
}

0 commit comments

Comments
 (0)