Skip to content

Commit d5d87b4

Browse files
chore(deps): update typescript-eslint monorepo to v6
1 parent 9cf0560 commit d5d87b4

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@types/react": "^18.0.14",
8585
"@types/semver": "^7.3.9",
8686
"@types/tmp": "^0.2.3",
87-
"@typescript-eslint/eslint-plugin": "^5.28.0",
88-
"@typescript-eslint/parser": "^5.28.0",
87+
"@typescript-eslint/eslint-plugin": "^6.0.0",
88+
"@typescript-eslint/parser": "^6.0.0",
8989
"chalk": "^4.1.2",
9090
"concurrently": "^8.0.0",
9191
"conventional-changelog-cli": "^3.0.0",

packages/plugin-code-blocks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/lodash": "^4.14.182",
5353
"@types/node": "^18.0.0",
5454
"@types/react": "^18.0.14",
55-
"@typescript-eslint/eslint-plugin": "^5.28.0",
56-
"@typescript-eslint/parser": "^5.28.0",
55+
"@typescript-eslint/eslint-plugin": "^6.0.0",
56+
"@typescript-eslint/parser": "^6.0.0",
5757
"eslint": "^8.18.0",
5858
"eslint-plugin-eslint-comments": "^3.2.0",
5959
"eslint-plugin-import": "^2.26.0",

packages/plugin-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/lodash": "^4.14.182",
5555
"@types/node": "^18.0.0",
5656
"@types/react": "^18.0.14",
57-
"@typescript-eslint/eslint-plugin": "^5.28.0",
58-
"@typescript-eslint/parser": "^5.28.0",
57+
"@typescript-eslint/eslint-plugin": "^6.0.0",
58+
"@typescript-eslint/parser": "^6.0.0",
5959
"eslint": "^8.18.0",
6060
"eslint-plugin-eslint-comments": "^3.2.0",
6161
"eslint-plugin-import": "^2.26.0",

packages/plugintestbed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@types/lodash": "^4.14.182",
5050
"@types/node": "^18.0.0",
5151
"@types/react": "^18.0.14",
52-
"@typescript-eslint/eslint-plugin": "^5.28.0",
53-
"@typescript-eslint/parser": "^5.28.0",
52+
"@typescript-eslint/eslint-plugin": "^6.0.0",
53+
"@typescript-eslint/parser": "^6.0.0",
5454
"eslint": "^8.18.0",
5555
"eslint-plugin-eslint-comments": "^3.2.0",
5656
"eslint-plugin-import": "^2.26.0",

packages/pluginutils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/lodash": "^4.14.182",
6464
"@types/node": "^18.0.0",
6565
"@types/react": "^18.0.14",
66-
"@typescript-eslint/eslint-plugin": "^5.28.0",
67-
"@typescript-eslint/parser": "^5.28.0",
66+
"@typescript-eslint/eslint-plugin": "^6.0.0",
67+
"@typescript-eslint/parser": "^6.0.0",
6868
"eslint": "^8.18.0",
6969
"eslint-plugin-eslint-comments": "^3.2.0",
7070
"eslint-plugin-import": "^2.26.0",

tools/proto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/lodash": "^4.14.182",
4343
"@types/node": "^18.0.0",
4444
"@types/react": "^18.0.14",
45-
"@typescript-eslint/eslint-plugin": "^5.28.0",
46-
"@typescript-eslint/parser": "^5.28.0",
45+
"@typescript-eslint/eslint-plugin": "^6.0.0",
46+
"@typescript-eslint/parser": "^6.0.0",
4747
"eslint": "^8.18.0",
4848
"eslint-plugin-eslint-comments": "^3.2.0",
4949
"eslint-plugin-import": "^2.26.0",

0 commit comments

Comments
 (0)