From 7c72d82a3b49604efc33ef458c832b4442144f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:12:10 +0000 Subject: [PATCH] build: Bump @mantine/form from 5.10.5 to 7.2.2 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 5.10.5 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/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..00dfae71 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.2.2", "@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..063dd8ba 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.2.2": + version "7.2.2" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.2.2.tgz#258460c41d36ca9535a5e2ac3d050e257831a3f8" + integrity sha512-Tzux6WbUliK6id1I7lV8tmu6je0WFrJLPDg+0xVyW7Qk/zmju837kj7SSfvNcJa51dKAtYxf3FgqTRy6ap9QEA== dependencies: fast-deep-equal "^3.1.3" klona "^2.0.5"