Skip to content

Commit b01ad84

Browse files
chore(deps): update dependency eslint to v8 (#1582)
* chore(deps): update dependency eslint to v8 * fix: lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: johnnyreilly <[email protected]>
1 parent 45b0ba0 commit b01ad84

File tree

2 files changed

+373
-272
lines changed

2 files changed

+373
-272
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@types/micromatch": "^4.0.0",
6464
"@types/node": "*",
6565
"@types/semver": "^7.3.4",
66-
"@typescript-eslint/eslint-plugin": "^4.0.0",
67-
"@typescript-eslint/parser": "^4.0.0",
66+
"@typescript-eslint/eslint-plugin": "^5.0.0",
67+
"@typescript-eslint/parser": "^5.0.0",
6868
"babel": "^6.0.0",
6969
"babel-core": "^6.0.0",
7070
"babel-loader": "^7.0.0",
@@ -73,7 +73,7 @@
7373
"babel-preset-es2016": "^6.16.0",
7474
"babel-preset-react": "^6.0.0",
7575
"escape-string-regexp": "^2.0.0",
76-
"eslint": "^7.1.0",
76+
"eslint": "^8.0.0",
7777
"eslint-config-prettier": "^8.0.0",
7878
"eslint-plugin-node": "^11.1.0",
7979
"eslint-plugin-prettier": "^4.0.0",

0 commit comments

Comments
 (0)