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"