Skip to content

Commit b9ba3e3

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 4b09c96 commit b9ba3e3

File tree

4 files changed

+184
-67
lines changed

4 files changed

+184
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"devDependencies": {
6060
"@changesets/cli": "2.25.2",
6161
"@types/http-cache-semantics": "4.0.1",
62-
"@typescript-eslint/eslint-plugin": "4.33.0",
63-
"@typescript-eslint/parser": "4.33.0",
62+
"@typescript-eslint/eslint-plugin": "8.46.1",
63+
"@typescript-eslint/parser": "8.46.1",
6464
"eslint": "7.32.0",
6565
"eslint-config-prettier": "8.5.0",
6666
"eslint-config-react-app": "6.0.0",

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"@types/node": "14.18.34",
111111
"@types/nodemailer": "6.4.6",
112112
"@types/supertest": "2.0.12",
113-
"@typescript-eslint/eslint-plugin": "4.33.0",
114-
"@typescript-eslint/parser": "4.33.0",
113+
"@typescript-eslint/eslint-plugin": "8.46.1",
114+
"@typescript-eslint/parser": "8.46.1",
115115
"eslint": "7.32.0",
116116
"eslint-config-airbnb-typescript": "14.0.2",
117117
"eslint-plugin-import": "2.26.0",

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"@types/react-router-dom": "5.3.3",
9090
"@types/reactour": "1.18.2",
9191
"@types/validator": "13.7.10",
92-
"@typescript-eslint/eslint-plugin": "4.33.0",
93-
"@typescript-eslint/parser": "4.33.0",
92+
"@typescript-eslint/eslint-plugin": "8.46.1",
93+
"@typescript-eslint/parser": "8.46.1",
9494
"babel-eslint": "10.1.0",
9595
"eslint-config-prettier": "8.5.0",
9696
"eslint-config-react-app": "6.0.0",

0 commit comments

Comments
 (0)