Skip to content

Commit 1e56917

Browse files
Update eslint requirement from ^9.15.0 to ^9.16.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.15.0...v9.16.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc8fdaf commit 1e56917

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.15.0",
26+
"eslint": "^9.16.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"globals": "^15.12.0",
2929
"prettier": "^3.4.1",

0 commit comments

Comments
 (0)