Skip to content

Commit

Permalink
Update typescript-eslint monorepo to ^7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent dec2506 commit ea57823
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 50 deletions.
111 changes: 64 additions & 47 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
@@ -1,6 +1,6 @@
{
"name": "eslint-config-kyle",
"version": "22.1.0",
"version": "22.2.0",
"author": "Kyle Hensel",
"description": "A sharable eslint config that I use",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"node": ">=12"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-pretty": "^5.0.0",
Expand Down

0 comments on commit ea57823

Please sign in to comment.