Skip to content

Commit f3b4c37

Browse files
chore(deps-dev): bump eslint from 8.57.0 to 9.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.13.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.13.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 002c545 commit f3b4c37

File tree

5 files changed

+176
-107
lines changed

5 files changed

+176
-107
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"@typescript-eslint/parser": "7.14.1",
134134
"autoprefixer": "^10.4.19",
135135
"checkly": "^4.8.1",
136-
"eslint": "8.57.0",
136+
"eslint": "9.13.0",
137137
"eslint-config-biome": "1.9.3",
138138
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
139139
"eslint-plugin-storybook": "^0.9.0",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/node": "20.14.9",
4646
"@types/react": "^18.3.11",
4747
"@types/react-dom": "^18.3.1",
48-
"eslint": "8.57.0",
48+
"eslint": "9.13.0",
4949
"eslint-config-next": "14.2.15",
5050
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
5151
"postcss": "8.4.47",

apps/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@typescript-eslint/eslint-plugin": "7.14.1",
6464
"@typescript-eslint/parser": "7.14.1",
6565
"autoprefixer": "^10.4.19",
66-
"eslint": "8.57.0",
66+
"eslint": "9.13.0",
6767
"eslint-config-biome": "1.9.3",
6868
"eslint-config-next": "14.2.15",
6969
"eslint-plugin-mdx": "^3.1.5",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "20.14.9",
3939
"@types/react": "^18.3.11",
4040
"@types/react-dom": "^18.3.1",
41-
"eslint": "8.57.0",
41+
"eslint": "9.13.0",
4242
"eslint-config-next": "14.2.15",
4343
"postcss": "8.4.47",
4444
"tailwindcss": "3.4.13",

0 commit comments

Comments
 (0)