mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-03 05:25:28 +00:00
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:
parent
d9c334d43a
commit
2bd38817b0
1 changed files with 7 additions and 7 deletions
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue