diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bf031eb..75b35f3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@mantine/core": "^7.17.0", - "@mantine/hooks": "^7.16.1", + "@mantine/hooks": "^9.2.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^16.2.3", "@tabler/icons-react": "^3.30.0", @@ -1438,12 +1438,12 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.17.1", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.1.tgz", - "integrity": "sha512-mkHLrXMPd5xdI5WD7UOLwNEpdh/i6A7HaRDTXvjDE2/S0N8VmAE+BlvdyvWRMi7ODp2zVqJdP8cF1tgUn+Z0fA==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.2.1.tgz", + "integrity": "sha512-IX/ztVG9eWmQTRsN7G8odyW4JckNvN8qv5A2ULzXyazjtAKLuaUpuMz0c6XhRp10J0g4bVfV3rhrTgWeImqxqg==", "license": "MIT", "peerDependencies": { - "react": "^18.x || ^19.x" + "react": "^19.2.0" } }, "node_modules/@mantine/notifications": { @@ -6487,9 +6487,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/frontend/package.json b/frontend/package.json index f827958..f055b95 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@dnd-kit/modifiers": "^9.0.0", "@dnd-kit/sortable": "^10.0.0", "@mantine/core": "^7.17.0", - "@mantine/hooks": "^7.16.1", + "@mantine/hooks": "^9.2.1", "@mantine/notifications": "^7.17.1", "@next/third-parties": "^16.2.3", "@tabler/icons-react": "^3.30.0",