Skip to content

Commit bfd215b

Browse files
chore: bump eslint from 9.24.0 to 9.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.24.0...v9.26.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61bf782 commit bfd215b

File tree

3 files changed

+398
-77
lines changed

3 files changed

+398
-77
lines changed

editors/code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@vscode/test-web": "^0.0.68",
5353
"@vscode/vsce": "^3.3.2",
5454
"esbuild": "^0.25.3",
55-
"eslint": "^9.24.0",
55+
"eslint": "^9.26.0",
5656
"npm-run-all": "^4.1.5",
5757
"typescript": "^5.8.3",
5858
"typescript-eslint": "^8.31.0"

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@playwright/test": "^1.52.0",
1515
"classnames": "^2.5.1",
1616
"cross-env": "^7.0.3",
17-
"eslint": "^9.24.0",
17+
"eslint": "^9.26.0",
1818
"eslint-plugin-import": "^2.31.0",
1919
"eslint-plugin-react": "^7.37.5",
2020
"eslint-plugin-react-hooks": "^5.2.0",

0 commit comments

Comments
 (0)