diff --git a/syncflow-ui/package-lock.json b/syncflow-ui/package-lock.json index f118c0f..737e9fe 100644 --- a/syncflow-ui/package-lock.json +++ b/syncflow-ui/package-lock.json @@ -11,7 +11,7 @@ "@mantine/code-highlight": "^7.17.0", "@mantine/core": "^7.17.0", "@mantine/form": "^7.17.0", - "@mantine/hooks": "^7.17.0", + "@mantine/hooks": "^9.5.0", "@mantine/notifications": "^7.17.0", "@monaco-editor/react": "^4.7.0", "@tabler/icons-react": "^3.31.0", @@ -1298,12 +1298,12 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.8.tgz", - "integrity": "sha512-96qygbkTjRhdkzd5HDU8fMziemN/h758/EwrFu7TlWrEP10Vw076u+Ap/sG6OT4RGPZYYoHrTlT+mkCZblWHuw==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.5.0.tgz", + "integrity": "sha512-d67+7dQW0ZJFiWXqZgwcPrZK0KxKMzAX+Sv663g40xhISseiUoK0f8k/Ss2amOA09IhFayeeaqprVRc4Fp5yEw==", "license": "MIT", "peerDependencies": { - "react": "^18.x || ^19.x" + "react": "^19.2.0" } }, "node_modules/@mantine/notifications": { diff --git a/syncflow-ui/package.json b/syncflow-ui/package.json index 9d74da7..514c7c0 100644 --- a/syncflow-ui/package.json +++ b/syncflow-ui/package.json @@ -14,7 +14,7 @@ "@mantine/code-highlight": "^7.17.0", "@mantine/core": "^7.17.0", "@mantine/form": "^7.17.0", - "@mantine/hooks": "^7.17.0", + "@mantine/hooks": "^9.5.0", "@mantine/notifications": "^7.17.0", "@monaco-editor/react": "^4.7.0", "@tabler/icons-react": "^3.31.0",