From 7cb43e99d4964b98e27527d9e064c21143642074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:23:20 +0000 Subject: [PATCH] chore(deps): bump @mantine/hooks from 7.17.8 to 8.2.7 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.17.8 to 8.2.7. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/8.2.7/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d393792..bd113d3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "@eruptionjs/config": "^0.6.x", "@mantine/core": "^7.x", - "@mantine/hooks": "^7.x", + "@mantine/hooks": "^8.x", "@mantine/notifications": "^7.x", "@tabler/icons-react": "^3.x", "@tanstack/react-query": "^5.x",