Skip to content

Commit aa3b85a

Browse files
Bump typescript-eslint from 8.24.0 to 8.24.1
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.24.0 to 8.24.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53630ec commit aa3b85a

File tree

4 files changed

+1710
-507
lines changed

4 files changed

+1710
-507
lines changed

examples/mainpage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"ts-jest-mock-import-meta": "^1.2.1",
4242
"tsx": "^4.19.2",
4343
"typescript": "^5.7.3",
44-
"typescript-eslint": "^8.23.0"
44+
"typescript-eslint": "^8.24.1"
4545
}
4646
}

examples/with-code-share/apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"storybook": "^8.4.2",
5050
"tailwindcss": "^3.4.10",
5151
"typescript": "^5.5.4",
52-
"typescript-eslint": "^8.4.0",
52+
"typescript-eslint": "^8.24.1",
5353
"vite": "^5.4.10"
5454
},
5555
"eslintConfig": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
"tsx": "^4.19.2",
7878
"turbo": "^2.3.3",
7979
"typescript": "^5.5.4",
80-
"typescript-eslint": "^8.18.2"
80+
"typescript-eslint": "^8.24.1"
8181
}
8282
}

0 commit comments

Comments
 (0)