diff --git a/package-lock.json b/package-lock.json index e6bb140..d292996 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@mantine/core": "^7.10.1", - "@mantine/dates": "^7.10.1", + "@mantine/dates": "^7.11.0", "@mantine/form": "^7.10.1", "@mantine/hooks": "^7.10.1", "@mantine/nprogress": "^7.10.1", @@ -2937,15 +2937,16 @@ } }, "node_modules/@mantine/dates": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.10.1.tgz", - "integrity": "sha512-XkzYaHgzJPrquG78/exJd0dLeghJvRgypfSRwFH7IcR34Eo2MD3nsuorZp09i9sYnROcXqIFhZWgwk5cqg/8nw==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.11.0.tgz", + "integrity": "sha512-4wKzOyOvDDh8/TV1SYGHDWydflweRiem4cJt3S49LO1Forpy2SiJ18Gn4ylGiqZdWxz1HY4Jb5kl7GAzxLD4tQ==", + "license": "MIT", "dependencies": { "clsx": "^2.1.1" }, "peerDependencies": { - "@mantine/core": "7.10.1", - "@mantine/hooks": "7.10.1", + "@mantine/core": "7.11.0", + "@mantine/hooks": "7.11.0", "dayjs": ">=1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/package.json b/package.json index 23a96cf..57e5b05 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@mantine/core": "^7.10.1", - "@mantine/dates": "^7.10.1", + "@mantine/dates": "^7.11.0", "@mantine/form": "^7.10.1", "@mantine/hooks": "^7.10.1", "@mantine/nprogress": "^7.10.1",