Skip to content

Commit

Permalink
Update eslint to v7 (#455)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent 5ffc1f8 commit bc54e9f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
"dependencies": {
"@rushstack/eslint-patch": "^1.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/utils": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/utils": "^7.0.0",
"eslint-config-airbnb": "^19.0",
"eslint-config-airbnb-base": "^15.0",
"eslint-plugin-cypress": "^2.15",
Expand All @@ -58,9 +58,9 @@
"@types/eslint": "^8.44",
"@types/jest": "^29.5.11",
"@types/semver": "^7.5.6",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/types": "^6.13.2",
"@typescript-eslint/typescript-estree": "^6.13.2",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/types": "^7.0.0",
"@typescript-eslint/typescript-estree": "^7.0.0",
"eslint": "^8.8",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-self": "^1.2.1",
Expand Down

0 comments on commit bc54e9f

Please sign in to comment.