From 5fa25c783f75091dae3b4cea62d3e9971340268e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:08:54 +0000 Subject: [PATCH] Bump @mantine/form from 7.3.2 to 7.7.0 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 7.3.2 to 7.7.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.7.0/packages/@mantine/form) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3430f9..ebeabd4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mantine/code-highlight": "^7.4.1", "@mantine/core": "^7.3.2", "@mantine/dates": "^7.3.2", - "@mantine/form": "^7.3.2", + "@mantine/form": "^7.7.0", "@mantine/hooks": "^7.3.2", "@mantine/modals": "^7.3.2", "@mantine/notifications": "^7.4.1", diff --git a/yarn.lock b/yarn.lock index c3c6676..e3d7348 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1551,10 +1551,10 @@ dependencies: clsx "2.0.0" -"@mantine/form@^7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.3.2.tgz#af9e536a0e93362fe47f93a5fdfd552bf5a70794" - integrity sha512-/qa1KQKVC46XWgIU190r3XM3Xld8Lsvz4L/an//TO67RnAGEdC5OCvr2JCb+fprZZi3YdxaKOkVNvP20W23qkg== +"@mantine/form@^7.7.0": + version "7.7.0" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.7.0.tgz#998ff6b8e29a1fb4e901ab8970f5c4367eb4f67a" + integrity sha512-W2TNnXRMfleQIICHK80vWN3J4nmose46Dk21PdBGUDcX5144w1tWoM+eIRhh5Wf20V44H3NM6eRIT0Mnv7jZyg== dependencies: fast-deep-equal "^3.1.3" klona "^2.0.6"