From 4e0a5b4dcc765eef657bd0d23a7259e5a860a3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 11:29:16 +0000 Subject: [PATCH] build(deps): bump @mantine/hooks from 7.17.5 to 8.0.0 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.17.5 to 8.0.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.0.0/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 692d41ea..31f5b78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@mantine/charts": "^7.17.5", "@mantine/core": "7.17.5", - "@mantine/hooks": "7.17.5", + "@mantine/hooks": "8.0.0", "@next/bundle-analyzer": "15.3.1", "@tabler/icons-react": "^3.31.0", "next": "15.3.1", @@ -876,9 +876,9 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.17.5", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.5.tgz", - "integrity": "sha512-Q/3AHI1fjl+W7xQ3jEoMmSoTxLqxMI2gPfxIjd73OPmRpPenYWR1zk/diirXXm2t7JOrAbmpA3/O1gzmgqzc/Q==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.0.0.tgz", + "integrity": "sha512-hrcgZMHUPsgu+VBfUVcJOqMG7Qi+AshYjFyc/qo0Cz8TEhqWmD0I1yJW+qj4sDTTDWRQC6kvI5c1h+87/9MvoA==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/package.json b/package.json index a116c97c..79fd3463 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@mantine/charts": "^7.17.5", "@mantine/core": "7.17.5", - "@mantine/hooks": "7.17.5", + "@mantine/hooks": "8.0.0", "@next/bundle-analyzer": "15.3.1", "@tabler/icons-react": "^3.31.0", "next": "15.3.1",