Skip to content

Commit a9b51aa

Browse files
chore(deps-dev): bump typescript-eslint from 8.43.0 to 8.57.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.43.0 to 8.57.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.57.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f829652 commit a9b51aa

File tree

3 files changed

+205
-14
lines changed

3 files changed

+205
-14
lines changed

examples/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-refresh": "^0.4.14",
2828
"globals": "^17.4.0",
2929
"typescript": "~5.8.3",
30-
"typescript-eslint": "^8.11.0",
30+
"typescript-eslint": "^8.57.1",
3131
"vite": "^8.0.0",
3232
"wrangler": "^4.73.0"
3333
}

packages/highlighter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslib": "^2.8.1",
5757
"tsup": "^8.3.6",
5858
"typescript": "^5.8.3",
59-
"typescript-eslint": "^8.11.0",
59+
"typescript-eslint": "^8.57.1",
6060
"vitest": "^2.1.8"
6161
}
6262
}

0 commit comments

Comments
 (0)