diff --git a/package-lock.json b/package-lock.json index 768a0895..d34e0775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@mantine/core": "^7.13.3", - "@mantine/hooks": "^7.13.0", + "@mantine/hooks": "^7.14.1", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11", @@ -1003,12 +1003,11 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.0.tgz", - "integrity": "sha512-oQpwSi0gajH3UR1DFa9MQ+zeYy75xbc8Im9jIIepLbiJXtIcPK+yll1BMxNwPQLYU1pYI6ZgUazI2PoykVNmsg==", - "license": "MIT", + "version": "7.14.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.14.1.tgz", + "integrity": "sha512-VlgTyV/9WNFCwCshW1KHMYNzLt+M8aG68E1lWaqOXtyWSLJo+X5zQJGg0f8bwGbJvIMQCpQd0yTLfnjD6uAtrA==", "peerDependencies": { - "react": "^18.2.0" + "react": "^18.x || ^19.x" } }, "node_modules/@mantine/notifications": { diff --git a/package.json b/package.json index b220af33..cdbc3f05 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mantine/core": "^7.13.3", - "@mantine/hooks": "^7.13.0", + "@mantine/hooks": "^7.14.1", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11",