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",