From 0448a41c78e5e41dbf5925b1ab8752d2758197f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:16:02 +0000 Subject: [PATCH] build: Bump @mantine/form from 5.10.5 to 7.1.3 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 5.10.5 to 7.1.3. - [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.1.3/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..df19f0f5 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.1.3", "@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..8075d10b 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.1.3": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.1.3.tgz#8a544d6aa8e9e13d734444c5d578370cf6d2401f" + integrity sha512-Ryb1fAnqaNX9bNG+uMYOxmmPUt6ZfZxr17wVojua0kAnHluWbHuj3W0YY0Pvtn45BW3o+MRf7InBKEfRSN7O6g== dependencies: fast-deep-equal "^3.1.3" klona "^2.0.5"