diff --git a/package-lock.json b/package-lock.json index 182e054..e63c809 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3274,9 +3274,10 @@ } }, "node_modules/@mantine/form": { - "version": "7.17.8", + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/@mantine/form/-/form-8.3.3.tgz", + "integrity": "sha512-KMPjW76Ri6zHstD+/U/PCo75NAhq/6dKuz6LjeetJCQ1et1HuiCVZ4Evi2OZuqK85aOE/e3B1c7ekulSrhcj8A==", "dev": true, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "klona": "^2.0.6" @@ -22551,7 +22552,7 @@ "license": "GPL-3.0", "devDependencies": { "@mantine/core": "^7.13.5", - "@mantine/form": "^7.14.0", + "@mantine/form": "^8.3.3", "@mantine/hooks": "^7.13.5", "@tabler/icons-react": "^3.6.0", "react-syntax-highlighter": "^15.6.1" diff --git a/packages/forms/package.json b/packages/forms/package.json index 3d21a6f..1b4cbbb 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -55,7 +55,7 @@ }, "devDependencies": { "@mantine/core": "^7.13.5", - "@mantine/form": "^7.14.0", + "@mantine/form": "^8.3.3", "@mantine/hooks": "^7.13.5", "@tabler/icons-react": "^3.6.0", "react-syntax-highlighter": "^15.6.1"