Skip to content

Commit 6798f4c

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.18.0 to 8.27.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.27.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 279f8b1 commit 6798f4c

File tree

4 files changed

+120
-75
lines changed

4 files changed

+120
-75
lines changed

examples/light-client-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@substrate/connect-discovery": "workspace:^",
3333
"@types/react": "^18.3.1",
3434
"@types/react-dom": "^18.3.1",
35-
"@typescript-eslint/eslint-plugin": "^8.18.0",
35+
"@typescript-eslint/eslint-plugin": "^8.27.0",
3636
"@typescript-eslint/parser": "^7.11.0",
3737
"@vitejs/plugin-react-swc": "^3.7.2",
3838
"eslint": "^8.57.0",

examples/light-client-extension-helpers-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "5.6.2",
2424
"@types/react": "^18.3.1",
2525
"@types/react-dom": "^18.3.1",
26-
"@typescript-eslint/eslint-plugin": "^8.18.0",
26+
"@typescript-eslint/eslint-plugin": "^8.27.0",
2727
"@typescript-eslint/parser": "^7.11.0",
2828
"@vitejs/plugin-react-swc": "^3.7.2",
2929
"eslint": "^8.57.0",

examples/smoldot-discovery-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "^20.14.10",
6565
"@types/react": "^18.3.3",
6666
"@types/react-dom": "^18.3.1",
67-
"@typescript-eslint/eslint-plugin": "^8.18.0",
67+
"@typescript-eslint/eslint-plugin": "^8.27.0",
6868
"@typescript-eslint/parser": "^7.15.0",
6969
"@vitejs/plugin-react": "^4.3.2",
7070
"autoprefixer": "^10.4.19",

0 commit comments

Comments
 (0)