Skip to content

Commit 4963c2b

Browse files
build: bump eslint-plugin-react-hooks in /App/frontend-app
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.1.0 to 5.2.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>
1 parent f949b8f commit 4963c2b

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

App/frontend-app/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App/frontend-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-import": "^2.29.1",
7373
"eslint-plugin-jsx-a11y": "^6.10.2",
7474
"eslint-plugin-react": "^7.37.4",
75-
"eslint-plugin-react-hooks": "^5.1.0",
75+
"eslint-plugin-react-hooks": "^5.2.0",
7676
"eslint-plugin-react-refresh": "^0.4.16",
7777
"express": "^4.21.2",
7878
"jest": "^29.7.0",

App/frontend-app/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4777,10 +4777,10 @@ eslint-plugin-jsx-a11y@^6.10.2:
47774777
safe-regex-test "^1.0.3"
47784778
string.prototype.includes "^2.0.1"
47794779

4780-
eslint-plugin-react-hooks@^5.1.0:
4781-
version "5.1.0"
4782-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
4783-
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
4780+
eslint-plugin-react-hooks@^5.2.0:
4781+
version "5.2.0"
4782+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
4783+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
47844784

47854785
eslint-plugin-react-refresh@^0.4.16:
47864786
version "0.4.16"

0 commit comments

Comments
 (0)