From 7b70abd937a63099c21a3a8621557ad01f70daa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:31:42 +0000 Subject: [PATCH] chore(deps): bump @mantine/hooks from 5.10.3 to 7.2.2 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 5.10.3 to 7.2.2. - [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.2.2/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/web/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index d4c7187f..eb4ee77b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -13,7 +13,7 @@ "dependencies": { "@apollo/client": "^3.6.6", "@hookform/resolvers": "^2.8.5", - "@mantine/hooks": "^5.10.3", + "@mantine/hooks": "^7.2.2", "@vercel/analytics": "^1.0.0", "apollo-hooks": "*", "classnames": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index 13c061b2..5d153283 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2921,10 +2921,10 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" -"@mantine/hooks@^5.10.3": - version "5.10.3" - resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-5.10.3.tgz#1a80a53d8f4e2ddf7da7b0912dcec6a51b55c1ae" - integrity sha512-fFDXF0A596z10QKeWAGtTZJ4QotsMxhhbjfWWRHMogY/hXHQ2S+7+GFotpF2JbzefYztpawHEJevy3eYF8cQmQ== +"@mantine/hooks@^7.2.2": + version "7.2.2" + resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.2.2.tgz#d116d8659f77c5f05f9dc088887c8857fcb456da" + integrity sha512-7CFSVP2aQHrBwLLAVf0q5dgj+6QTZmhLTNcuc3pE1du+HLFUdyVS6vvQC6kieZXxOd6UzwFGBlN4G+aDx95XeA== "@next/env@12.3.0": version "12.3.0"