Skip to content

Commit

Permalink
chore(deps): update devdependencies (#1109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Takanori Oishi <[email protected]>
  • Loading branch information
renovate[bot] and bicstone committed Aug 17, 2024
1 parent dbfcd66 commit 0a0eb91
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 74 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
}
],
// TODO: Remove this rule when the following issue is resolved.
"@typescript-eslint/no-unsafe-argument": "warn"
"@typescript-eslint/no-unsafe-argument": "warn",
"@typescript-eslint/unbound-method": "warn"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@types/js-yaml": "4.0.9",
"@types/node": "20.14.13",
"@types/node": "20.15.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-love": "43.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-n": "17.10.1",
"eslint-plugin-n": "17.10.2",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-regexp": "2.6.0",
"husky": "9.1.3",
"husky": "9.1.4",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
143 changes: 75 additions & 68 deletions yarn.lock

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

0 comments on commit 0a0eb91

Please sign in to comment.