From a542f38e4c83b9a2c99e38cf2123bc53cb94d400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:26:48 +0000 Subject: [PATCH] chore(deps): bump @mantine/core from 7.17.8 to 8.2.8 Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) from 7.17.8 to 8.2.8. - [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.8/packages/@mantine/core) --- updated-dependencies: - dependency-name: "@mantine/core" dependency-version: 8.2.8 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..fced87a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "dependencies": { "@eruptionjs/config": "^0.6.x", - "@mantine/core": "^7.x", + "@mantine/core": "^8.x", "@mantine/hooks": "^7.x", "@mantine/notifications": "^7.x", "@tabler/icons-react": "^3.x",