diff --git a/package-lock.json b/package-lock.json index 17f109f..58a117b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@blocknote/react": "^0.51.3", "@eslint/js": "^9.38.0", "@mantine/core": "^8.3.6", - "@mantine/hooks": "^8.3.5", + "@mantine/hooks": "^9.4.1", "@mantine/utils": "^6.0.22", "@stylistic/eslint-plugin": "^5.10.0", "@testing-library/react": "^16.3.2", @@ -1740,13 +1740,13 @@ } }, "node_modules/@mantine/hooks": { - "version": "8.3.18", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.18.tgz", - "integrity": "sha512-QoWr9+S8gg5050TQ06aTSxtlpGjYOpIllRbjYYXlRvZeTsUqiTbVfvQROLexu4rEaK+yy9Wwriwl9PMRgbLqPw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-9.4.1.tgz", + "integrity": "sha512-eTI8wmzPx3r98zgKIEuvukmoGTHBhmtI6+9E6o2DbTmEU2eM1bCdjE2vFdf0op2AlRO0KEYEcZhNQi4T/SJk0A==", "dev": true, "license": "MIT", "peerDependencies": { - "react": "^18.x || ^19.x" + "react": "^19.2.0" } }, "node_modules/@mantine/utils": { diff --git a/package.json b/package.json index 0a558ea..03a5fcf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@eslint/js": "^9.38.0", "@mantine/core": "^8.3.6", - "@mantine/hooks": "^8.3.5", + "@mantine/hooks": "^9.4.1", "@mantine/utils": "^6.0.22", "@stylistic/eslint-plugin": "^5.10.0", "@testing-library/react": "^16.3.2",