Skip to content

Commit 735c2be

Browse files
Update eslint requirement from ^9.11.0 to ^9.12.0 in /packages/worker
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.11.0...v9.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 342df89 commit 735c2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"esbuild": "^0.24.0",
2424
"esbuild-plugin-babel": "^0.2.3",
2525
"esbuild-plugin-glob": "^2.2.3",
26-
"eslint": "^9.11.0",
26+
"eslint": "^9.12.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"globals": "^15.10.0",
2929
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)