From 9424bc2bbdc73d56d9dfe12ae83692d593601181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:45:58 +0000 Subject: [PATCH] Bump @mantine/hooks from 7.13.0 to 7.15.1 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.13.0 to 7.15.1. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/7.15.1/packages/@mantine/hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) 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",