From 2a64a733ef678a61bc79aab638a742fb9af7d150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:29:47 +0000 Subject: [PATCH] Bump @mantine/hooks from 6.0.21 to 7.0.0 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 6.0.21 to 7.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/7.0.0/src/mantine-hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/nextjs/package.json | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index 2d3ceca..ea4d47b 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -16,7 +16,7 @@ "@emotion/server": "^11.11.0", "@mantine/core": "^6.0.21", "@mantine/form": "^6.0.21", - "@mantine/hooks": "^6.0.21", + "@mantine/hooks": "^7.0.0", "@mantine/next": "^6.0.21", "@mantine/notifications": "^6.0.21", "@tabler/icons-react": "^2.34.0", diff --git a/package-lock.json b/package-lock.json index 7ed4a50..8303d6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@emotion/server": "^11.11.0", "@mantine/core": "^6.0.21", "@mantine/form": "^6.0.21", - "@mantine/hooks": "^6.0.21", + "@mantine/hooks": "^7.0.0", "@mantine/next": "^6.0.21", "@mantine/notifications": "^6.0.21", "@tabler/icons-react": "^2.34.0",