From 9e23464ea3684af7c3c9cf980ff088da72e19196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:35:40 +0000 Subject: [PATCH] Bump @mantine/notifications from 7.17.8 to 9.5.0 in /syncflow-ui Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) 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/notifications) --- updated-dependencies: - dependency-name: "@mantine/notifications" 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 | 26 +++++++++++++------------- syncflow-ui/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/syncflow-ui/package-lock.json b/syncflow-ui/package-lock.json index 50d39fb..6647732 100644 --- a/syncflow-ui/package-lock.json +++ b/syncflow-ui/package-lock.json @@ -12,7 +12,7 @@ "@mantine/core": "^7.17.0", "@mantine/form": "^7.17.0", "@mantine/hooks": "^7.17.0", - "@mantine/notifications": "^7.17.0", + "@mantine/notifications": "^9.5.0", "@monaco-editor/react": "^4.7.0", "@tabler/icons-react": "^3.31.0", "@tanstack/react-query": "^5.62.0", @@ -1289,28 +1289,28 @@ } }, "node_modules/@mantine/notifications": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.17.8.tgz", - "integrity": "sha512-/YK16IZ198W6ru/IVecCtHcVveL08u2c8TbQTu/2p26LSIM9AbJhUkrU6H+AO0dgVVvmdmNdvPxcJnfq3S9TMg==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-9.5.0.tgz", + "integrity": "sha512-IgLO0zUppRh17TbOI5kku5pyKCNoEOAwemJi/H+gmq20QQFIwd+SxJLQvGT+OrKib2eWDlG+Tz6DJSwx3rn+Vg==", "license": "MIT", "dependencies": { - "@mantine/store": "7.17.8", + "@mantine/store": "9.5.0", "react-transition-group": "4.4.5" }, "peerDependencies": { - "@mantine/core": "7.17.8", - "@mantine/hooks": "7.17.8", - "react": "^18.x || ^19.x", - "react-dom": "^18.x || ^19.x" + "@mantine/core": "9.5.0", + "@mantine/hooks": "9.5.0", + "react": "^19.2.0", + "react-dom": "^19.2.0" } }, "node_modules/@mantine/store": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.17.8.tgz", - "integrity": "sha512-/FrB6PAVH4NEjQ1dsc9qOB+VvVlSuyjf4oOOlM9gscPuapDP/79Ryq7JkhHYfS55VWQ/YUlY24hDI2VV+VptXg==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@mantine/store/-/store-9.5.0.tgz", + "integrity": "sha512-MeJybawnPCCIcfrpSjtbRERJXZWAdOKSp3afsl82e5HZZtKJepgvktD5lcS9hRrrAdGWywi7gcMduLT0bUHDzw==", "license": "MIT", "peerDependencies": { - "react": "^18.x || ^19.x" + "react": "^19.2.0" } }, "node_modules/@monaco-editor/loader": { diff --git a/syncflow-ui/package.json b/syncflow-ui/package.json index 4995460..b9cae8d 100644 --- a/syncflow-ui/package.json +++ b/syncflow-ui/package.json @@ -15,7 +15,7 @@ "@mantine/core": "^7.17.0", "@mantine/form": "^7.17.0", "@mantine/hooks": "^7.17.0", - "@mantine/notifications": "^7.17.0", + "@mantine/notifications": "^9.5.0", "@monaco-editor/react": "^4.7.0", "@tabler/icons-react": "^3.31.0", "@tanstack/react-query": "^5.62.0",