From 4526fcc53c70f976bd393f99cb12cceff4364954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:10:20 +0000 Subject: [PATCH] Bump @mantine/form from 8.2.1 to 8.3.0 in /frontend Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 8.2.1 to 8.3.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/8.3.0/packages/@mantine/form) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index eb948e51a..249c8ce88 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@mantine/core": "7.12.1", "@mantine/dates": "7.12.1", "@mantine/dropzone": "7.12.1", - "@mantine/form": "8.2.1", + "@mantine/form": "8.3.0", "@mantine/hooks": "7.12.1", "@mantine/next": "^6.0.21", "@mantine/notifications": "7.12.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 50dc8689a..ff63fafc6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1131,10 +1131,10 @@ dependencies: react-dropzone-esm "15.0.1" -"@mantine/form@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@mantine/form/-/form-8.2.1.tgz#b6cde2c2047358ffbce7607fdac875511987e95e" - integrity sha512-XXGdO3IgTNcDl6lP7FIysEaH0rP6CfOGulxQA3ot+hHA8/JxmHWoWeoKOBE8I6QW7UYqaBxARxgBHLMcp8qASw== +"@mantine/form@8.3.0": + version "8.3.0" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-8.3.0.tgz#002f1ee209b28ca62536d75baa25b07844d1fd27" + integrity sha512-x6NeoUk+Umd56CwXB28cyZxTztMkNMKvlLnRoTkguf6/ak3xRvGDJ4wcVHfYxls8jDSEvCT94voa/cirXObkyg== dependencies: fast-deep-equal "^3.1.3" klona "^2.0.6"