Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit ccd6007

Browse files
committed
chore(deps): update eslint
1 parent de7cc5c commit ccd6007

File tree

4 files changed

+272
-95
lines changed

4 files changed

+272
-95
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"devDependencies": {
2121
"@commitlint/cli": "17.3.0",
2222
"@commitlint/config-conventional": "17.3.0",
23-
"@typescript-eslint/eslint-plugin": "5.41.0",
24-
"@typescript-eslint/parser": "5.41.0",
23+
"@typescript-eslint/eslint-plugin": "5.47.0",
24+
"@typescript-eslint/parser": "5.47.0",
2525
"babel-eslint": "10.1.0",
26-
"eslint": "8.26.0",
26+
"eslint": "8.30.0",
2727
"eslint-config-prettier": "8.5.0",
2828
"eslint-plugin-flowtype": "8.0.3",
2929
"eslint-plugin-import": "2.26.0",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/react": "17.0.52",
5858
"@types/react-dom": "17.0.18",
5959
"@types/react-native": "0.70.8",
60-
"eslint-plugin-react": "7.31.10",
60+
"eslint-plugin-react": "7.31.11",
6161
"eslint-plugin-react-hooks": "4.6.0"
6262
},
6363
"private": true

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"@types/cookie": "0.5.1",
5656
"@types/react": "17.0.52",
5757
"@types/react-dom": "17.0.18",
58-
"eslint-config-next": "12.3.1"
58+
"eslint-config-next": "12.3.4"
5959
}
6060
}

0 commit comments

Comments
 (0)