no log: Bump eslint-plugin-react-hooks from 4.5.0 to 4.6.0 in /frontend (#1881)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-30 23:36:34 +08:00 committed by GitHub
parent d9c334d43a
commit 2bd38817b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -27,10 +27,10 @@
"@fortawesome/react-fontawesome": "^0.1",
"@mantine/modals": "^4",
"@mantine/notifications": "^4",
"@testing-library/jest-dom": "latest",
"@testing-library/jest-dom": "*",
"@testing-library/react": "12",
"@testing-library/react-hooks": "latest",
"@testing-library/user-event": "latest",
"@testing-library/react-hooks": "*",
"@testing-library/user-event": "*",
"@types/lodash": "^4",
"@types/node": "^17",
"@types/react": "^17",
@ -42,7 +42,7 @@
"eslint-config-react-app": "^7",
"eslint-plugin-react-hooks": "^4",
"husky": "^8",
"jsdom": "latest",
"jsdom": "*",
"lodash": "^4",
"moment": "^2.29",
"prettier": "^2",
@ -53,9 +53,9 @@
"recharts": "^2",
"sass": "^1",
"typescript": "^4",
"vite": "latest",
"vite-plugin-checker": "latest",
"vitest": "latest"
"vite": "*",
"vite-plugin-checker": "*",
"vitest": "*"
}
},
"node_modules/@ampproject/remapping": {