Skip to content

Commit a52c61a

Browse files
build(deps-dev): bump eslint from 8.57.0 to 9.19.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.19.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.19.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 821caa6 commit a52c61a

File tree

5 files changed

+87
-382
lines changed

5 files changed

+87
-382
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@typescript-eslint/parser": "7.14.1",
131131
"autoprefixer": "^10.4.19",
132132
"checkly": "^4.19.1",
133-
"eslint": "8.57.0",
133+
"eslint": "9.19.0",
134134
"eslint-config-biome": "1.9.4",
135135
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
136136
"eslint-plugin-storybook": "^0.11.1",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "22.13.0",
5252
"@types/react": "19.0.8",
5353
"@types/react-dom": "19.0.3",
54-
"eslint": "8.57.0",
54+
"eslint": "9.19.0",
5555
"eslint-config-next": "15.1.6",
5656
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
5757
"postcss": "8.5.1",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@typescript-eslint/eslint-plugin": "7.14.1",
6565
"@typescript-eslint/parser": "7.14.1",
6666
"autoprefixer": "^10.4.19",
67-
"eslint": "8.57.0",
67+
"eslint": "9.19.0",
6868
"eslint-config-biome": "1.9.4",
6969
"eslint-plugin-mdx": "^3.1.5",
7070
"eslint-plugin-svg-jsx": "^1.2.4",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/react-dom": "19.0.3",
4141
"@typescript-eslint/eslint-plugin": "7.14.1",
4242
"@typescript-eslint/parser": "7.14.1",
43-
"eslint": "8.57.0",
43+
"eslint": "9.19.0",
4444
"eslint-config-biome": "1.9.4",
4545
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
4646
"knip": "5.43.6",

0 commit comments

Comments
 (0)