From b482e87bbc4683c44e57ac933c0cfbd071cc1ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:45:38 +0000 Subject: [PATCH] Bump @mantine/dates from 8.3.16 to 8.3.17 Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) from 8.3.16 to 8.3.17. - [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/8.3.17/packages/@mantine/dates) --- updated-dependencies: - dependency-name: "@mantine/dates" dependency-version: 8.3.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ba92a0..2434088 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "26.03.31.0", "dependencies": { "@mantine/core": "^8.3.16", - "@mantine/dates": "^8.3.16", + "@mantine/dates": "^8.3.17", "@mantine/hooks": "^8.3.16", "@opentelemetry/api": "^1.9.0", "@opentelemetry/context-zone": "^2.6.0", @@ -1175,9 +1175,9 @@ } }, "node_modules/@mantine/core": { - "version": "8.3.16", - "resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.16.tgz", - "integrity": "sha512-YgmoYrb0I9UUDYfs9OVLvBUTgkA5vn5KZTfxlOaOSFxzhyYjrtwMQK+P7fvEIkenNQbbikhelj/IRcC2yNQyFQ==", + "version": "8.3.17", + "resolved": "https://registry.npmjs.org/@mantine/core/-/core-8.3.17.tgz", + "integrity": "sha512-JoZdnEKz8TVPdY0bjo8kx1M6KPHZ61yZJkMv2hFx3LexI4+NFKcZa1dmWbfRvy2FptMCR6ZLbJdqvbovoYTFJw==", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.27.16", @@ -1188,31 +1188,31 @@ "type-fest": "^4.41.0" }, "peerDependencies": { - "@mantine/hooks": "8.3.16", + "@mantine/hooks": "8.3.17", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/dates": { - "version": "8.3.16", - "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-8.3.16.tgz", - "integrity": "sha512-oZhOS4j5cMsyY3rZtkfCgKxu67Aptkav6Z7Tqa1hHpAdJ2XNse/Bl7hgqsdaTaUY8L5zpeTWaptBe1053Zgj8A==", + "version": "8.3.17", + "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-8.3.17.tgz", + "integrity": "sha512-EZYxoyM91U4TqzBz5xE7HYhAcdkqdteSQQNHRQ5PPPYEewsG4SDWYxPodNfVSHd2p2mssSwsJ+peEVLQE2wt9A==", "license": "MIT", "dependencies": { "clsx": "^2.1.1" }, "peerDependencies": { - "@mantine/core": "8.3.16", - "@mantine/hooks": "8.3.16", + "@mantine/core": "8.3.17", + "@mantine/hooks": "8.3.17", "dayjs": ">=1.0.0", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" } }, "node_modules/@mantine/hooks": { - "version": "8.3.16", - "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.16.tgz", - "integrity": "sha512-DthR8/KDCLIip3KoXyn370HEiKxiOwH+ZeXs1UoSv/e58xR88OE85Slyb5b5pRsDa4ndYnES+j9wyRyrRXLWfg==", + "version": "8.3.17", + "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-8.3.17.tgz", + "integrity": "sha512-MqVw4ad0qrcY7IgVk8+GJh7qCRIwLXTfEtGeXwmaZagMDn2YB8EUtrnuZO2be5bi3yketWtOPYvl3adh05hZRg==", "license": "MIT", "peerDependencies": { "react": "^18.x || ^19.x" diff --git a/package.json b/package.json index 9db0c5e..f54c82e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@mantine/core": "^8.3.16", - "@mantine/dates": "^8.3.16", + "@mantine/dates": "^8.3.17", "@mantine/hooks": "^8.3.16", "@opentelemetry/api": "^1.9.0", "@opentelemetry/context-zone": "^2.6.0",