From 2fcc00f39acb579bf8c8c4445ec19a5af912a153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:18:25 +0000 Subject: [PATCH] chore(deps): bump @mantine/core from 7.17.8 to 8.3.0 Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) from 7.17.8 to 8.3.0. - [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.3.0/packages/@mantine/core) --- updated-dependencies: - dependency-name: "@mantine/core" dependency-version: 8.3.0 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",