Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8 (#1582)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and johnnyreilly committed Mar 11, 2023
1 parent 45b0ba0 commit b01ad84
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 272 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@types/micromatch": "^4.0.0",
"@types/node": "*",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel": "^6.0.0",
"babel-core": "^6.0.0",
"babel-loader": "^7.0.0",
Expand All @@ -73,7 +73,7 @@
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.0.0",
"escape-string-regexp": "^2.0.0",
"eslint": "^7.1.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Loading

0 comments on commit b01ad84

Please sign in to comment.