Skip to content

Commit 10e0348

Browse files
dependabot[bot]phlax
authored andcommitted
build(deps-dev): bump eslint-plugin-react-hooks in /single-page-app/ui
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/packages/eslint-plugin-react-hooks/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] <[email protected]>
1 parent e8456b4 commit 10e0348

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
3333
"eslint-plugin-promise": "^6.6.0",
3434
"eslint-plugin-react": "^7.37.4",
35-
"eslint-plugin-react-hooks": "^5.1.0",
35+
"eslint-plugin-react-hooks": "^5.2.0",
3636
"eslint-plugin-react-refresh": "^0.4.19",
3737
"typescript": "*",
3838
"vite": "^6.2.3"

single-page-app/ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,10 +2670,10 @@ eslint-plugin-promise@^6.6.0:
26702670
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
26712671
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
26722672

2673-
eslint-plugin-react-hooks@^5.1.0:
2674-
version "5.1.0"
2675-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
2676-
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
2673+
eslint-plugin-react-hooks@^5.2.0:
2674+
version "5.2.0"
2675+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
2676+
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
26772677

26782678
eslint-plugin-react-refresh@^0.4.19:
26792679
version "0.4.19"

0 commit comments

Comments
 (0)