diff --git a/package-lock.json b/package-lock.json index d949c90..edea808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@mantine/core": "^7.11.1", "@mantine/dates": "^7.12.2", "@mantine/dropzone": "^7.12.2", - "@mantine/form": "^7.13.4", + "@mantine/form": "^7.14.0", "@mantine/hooks": "^7.11.1", "@mantine/modals": "^7.11.1", "@mantine/notifications": "^7.11.1", @@ -3018,15 +3018,15 @@ } }, "node_modules/@mantine/form": { - "version": "7.13.4", - "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.13.4.tgz", - "integrity": "sha512-JzgUzzCpTmXeRxYs6iXM8fq7vOESrPC0Jk9nEgxu/5DO84Ah7ExthinTt4QiXityznXOOLl5U0BgG0j3aXEuew==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-7.14.0.tgz", + "integrity": "sha512-oZQuSiREcZLALTILUwovIc1GuNSQAZfFyhUCQE2MqF5tmjcy51HdeQ0kBtkjCylrc50v165KVtANuWhFwA/2dg==", "dependencies": { "fast-deep-equal": "^3.1.3", "klona": "^2.0.6" }, "peerDependencies": { - "react": "^18.2.0" + "react": "^18.x || ^19.x" } }, "node_modules/@mantine/hooks": { diff --git a/package.json b/package.json index 5c260f7..fcb0639 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@mantine/core": "^7.11.1", "@mantine/dates": "^7.12.2", "@mantine/dropzone": "^7.12.2", - "@mantine/form": "^7.13.4", + "@mantine/form": "^7.14.0", "@mantine/hooks": "^7.11.1", "@mantine/modals": "^7.11.1", "@mantine/notifications": "^7.11.1", diff --git a/yarn.lock b/yarn.lock index 0c741b2..72a83fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1444,10 +1444,10 @@ dependencies: react-dropzone-esm "15.0.1" -"@mantine/form@^7.13.4": - version "7.13.4" - resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.13.4.tgz#cba988043caa0cb7135ffabef1879c077fe8d729" - integrity sha512-JzgUzzCpTmXeRxYs6iXM8fq7vOESrPC0Jk9nEgxu/5DO84Ah7ExthinTt4QiXityznXOOLl5U0BgG0j3aXEuew== +"@mantine/form@^7.14.0": + version "7.14.0" + resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.14.0.tgz#991ecb3f600c599aa2f659c5b1138678dfecafe1" + integrity sha512-oZQuSiREcZLALTILUwovIc1GuNSQAZfFyhUCQE2MqF5tmjcy51HdeQ0kBtkjCylrc50v165KVtANuWhFwA/2dg== dependencies: fast-deep-equal "^3.1.3" klona "^2.0.6"