diff --git a/package-lock.json b/package-lock.json index 768a0895..35504019 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.15.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.15.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.1.tgz", + "integrity": "sha512-jrpjA5JhVSgUi0expfZpvNplMgvwdvrCIcKiDjQ16p/KiWngvTVfmJMtBOVxQ6hWrn500nLmZIDEcTmV9Dvb7g==", "peerDependencies": { - "react": "^18.2.0" + "react": "^18.x || ^19.x" } }, "node_modules/@mantine/notifications": { diff --git a/package.json b/package.json index b220af33..dbb7de41 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.15.1", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11",