Skip to content

Commit 7d1540b

Browse files
authoredMay 16, 2023
ci: update eslint dependencies (#3225)

File tree

2 files changed

+235
-201
lines changed

2 files changed

+235
-201
lines changed
 

‎package-lock.json

+230-196
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
"cross-env": "^7.0.3",
3737
"esbuild-jest": "0.5.0",
3838
"esbuild-register": "^3.3.2",
39-
"eslint": "^8.13.0",
40-
"eslint-plugin-import": "^2.26.0",
41-
"eslint-plugin-react": "^7.29.4",
42-
"eslint-plugin-react-hooks": "^4.4.0",
43-
"eslint-plugin-unused-imports": "^2.0.0",
4439
"ioredis": "^4.28.2",
4540
"jest": "^28.1.3",
4641
"jsonc-parser": "^3.2.0",
@@ -54,7 +49,12 @@
5449
},
5550
"devDependencies": {
5651
"@cloudflare/workers-types": "^4.20221111.1",
52+
"eslint": "^8.40.0",
53+
"eslint-plugin-import": "2.26.x",
5754
"eslint-plugin-no-only-tests": "^3.1.0",
55+
"eslint-plugin-react": "^7.32.2",
56+
"eslint-plugin-react-hooks": "^4.6.0",
57+
"eslint-plugin-unused-imports": "^2.0.0",
5858
"patch-package": "^6.5.1"
5959
},
6060
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.