From a42787889475b4c6a4c2ec8f209bd0f07c63a762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:35:45 +0000 Subject: [PATCH] chore(deps): bump @mantine/hooks from 7.17.8 to 9.5.0 in /syncflow-ui Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.17.8 to 9.5.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/9.5.0/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- syncflow-ui/package-lock.json | 10 +++++----- syncflow-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",