Skip to content

Commit

Permalink
chore(deps-dev): update typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed Apr 27, 2024
1 parent a9fb2f2 commit 3b66f2a
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ updates:
eslint-group:
patterns:
- "@typescript-eslint/*"
- "eslint"
- "eslint-config-airbnb-typescript"
217 changes: 108 additions & 109 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down

0 comments on commit 3b66f2a

Please sign in to comment.