diff --git a/package-lock.json b/package-lock.json index 692d41ea..31f5b78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@mantine/charts": "^7.17.5", "@mantine/core": "7.17.5", - "@mantine/hooks": "7.17.5", + "@mantine/hooks": "8.0.0", "@next/bundle-analyzer": "15.3.1", "@tabler/icons-react": "^3.31.0", "next": "15.3.1", @@ -876,9 +876,9 @@ } }, "node_modules/@mantine/hooks": { - "version": "7.17.5", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.5.tgz", - "integrity": "sha512-Q/3AHI1fjl+W7xQ3jEoMmSoTxLqxMI2gPfxIjd73OPmRpPenYWR1zk/diirXXm2t7JOrAbmpA3/O1gzmgqzc/Q==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.0.0.tgz", + "integrity": "sha512-hrcgZMHUPsgu+VBfUVcJOqMG7Qi+AshYjFyc/qo0Cz8TEhqWmD0I1yJW+qj4sDTTDWRQC6kvI5c1h+87/9MvoA==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/package.json b/package.json index a116c97c..79fd3463 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@mantine/charts": "^7.17.5", "@mantine/core": "7.17.5", - "@mantine/hooks": "7.17.5", + "@mantine/hooks": "8.0.0", "@next/bundle-analyzer": "15.3.1", "@tabler/icons-react": "^3.31.0", "next": "15.3.1",