From 444895eb04b80a74c789cbf993319a694e2c5dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:41:47 +0000 Subject: [PATCH] Bump @mantine/hooks from 7.13.0 to 7.14.2 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 7.13.0 to 7.14.2. - [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.14.2/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..7f749ede 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.2", "@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.2", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.14.2.tgz", + "integrity": "sha512-WN0bEJHw2Lh/2PLqik8rqITJRZAu6A1FK6f+H0SNTrQuWYBPSHdNTqM8hntDnhpM/2mZ52t3VWYgvNVGczLxIw==", "peerDependencies": { - "react": "^18.2.0" + "react": "^18.x || ^19.x" } }, "node_modules/@mantine/notifications": { diff --git a/package.json b/package.json index b220af33..a53afa03 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.2", "@mantine/notifications": "^7.12.2", "@tabler/icons-react": "^3.19.0", "javascript-time-ago": "^2.5.11",