Skip to content

Commit 02c2bdb

Browse files
Update eslint requirement from ^9.17.0 to ^9.18.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.17.0...v9.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85bdf9d commit 02c2bdb

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.2",
2424
"esbuild-plugin-babel": "^0.2.3",
2525
"esbuild-plugin-glob": "^2.2.3",
26-
"eslint": "^9.17.0",
26+
"eslint": "^9.18.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"globals": "^15.14.0",
2929
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)