From ae89c9d79680d9fc48a1430b7c1835d27870a417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:22:23 +0000 Subject: [PATCH] build: Bump @mantine/form from 5.10.5 to 7.0.1 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 5.10.5 to 7.0.1. - [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.1/src/mantine-hooks) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 57d9217c..7e058aa0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@emotion/styled": "^11.10.6", "@mantine/core": "^5.10.5", "@mantine/dates": "^5.10.5", - "@mantine/form": "^5.10.5", + "@mantine/form": "^7.0.1", "@mantine/hooks": "^5.10.5", "@mantine/modals": "^5.10.5", "@mantine/notifications": "^5.10.5", diff --git a/yarn.lock b/yarn.lock index 261e2fb2..60ca34d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -625,10 +625,10 @@ dependencies: "@mantine/utils" "5.10.5" -"@mantine/form@^5.10.5": - version "5.10.5" - resolved "https://registry.yarnpkg.com/@mantine/form/-/form-5.10.5.tgz#44216eb03de4bb39c1a53e9468d76d2b069dd659" - integrity sha512-0ENh7W/mwbOnIjJlRUoUTZjOtEi7/qoF86k67CVjKqagsA+Wy6cuBF1spPcllMzujepprtqKACb3rVLR+Pxj7Q== +"@mantine/form@^7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.0.1.tgz#965486fcf1cb9bb761b4c52cccc9fabf13bfdb36" + integrity sha512-L8+n2FG8om+ahAwHWP4RSAM9YFUP5eph82vPRpvteTYSys+uLPrA4tdrrqS74KdmpJoVcRkMFah3hRZk/1xbsQ== dependencies: fast-deep-equal "^3.1.3" klona "^2.0.5"