chore(deps): bump @mantine/dates from 7.15.0 to 7.15.3 in /web/ui (#15819)

Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) from 7.15.0 to 7.15.3.
- [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.3/packages/@mantine/dates)

---
updated-dependencies:
- dependency-name: "@mantine/dates"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-13 21:57:28 +01:00 committed by GitHub
parent 766d44d47b
commit 9142f10fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View file

@ -22,7 +22,7 @@
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.15.2",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.15.0",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.15.3",
"@microsoft/fetch-event-source": "^2.0.1",

View file

@ -36,7 +36,7 @@
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.15.2",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.15.0",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.15.3",
"@microsoft/fetch-event-source": "^2.0.1",
@ -2143,16 +2143,15 @@
}
},
"node_modules/@mantine/dates": {
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.15.0.tgz",
"integrity": "sha512-EM1Tp29DH6i6XH+fPkpNsjUQA32u+4yqOggFtytvuHgDITOj82xh2NIZGSyGH/rzkcy/Bh/t65pK3SoZJGTY6Q==",
"license": "MIT",
"version": "7.15.3",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.15.3.tgz",
"integrity": "sha512-lv71dcfA8qB43v03cRELC2/G7FQXfAgj0tSMImj2p2FL3PSWWF4WRvW6byiB+hszk4lgooSo7kppzkSMVUlsdA==",
"dependencies": {
"clsx": "^2.1.1"
},
"peerDependencies": {
"@mantine/core": "7.15.0",
"@mantine/hooks": "7.15.0",
"@mantine/core": "7.15.3",
"@mantine/hooks": "7.15.3",
"dayjs": ">=1.0.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"