chore(deps): bump @mantine/core from 7.15.3 to 7.17.2 in /web/ui

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-23 10:17:39 +00:00 committed by GitHub
parent 0f80db35c2
commit 862cf16d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -21,7 +21,7 @@
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.15.2",
"@mantine/core": "^7.11.2",
"@mantine/core": "^7.17.2",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.17.2",
"@mantine/notifications": "^7.15.3",

View File

@ -35,7 +35,7 @@
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.15.2",
"@mantine/core": "^7.11.2",
"@mantine/core": "^7.17.2",
"@mantine/dates": "^7.15.3",
"@mantine/hooks": "^7.17.2",
"@mantine/notifications": "^7.15.3",
@ -2160,9 +2160,10 @@
}
},
"node_modules/@mantine/core": {
"version": "7.15.3",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.15.3.tgz",
"integrity": "sha512-8IMTq5xDJDjByDUYkDNKImikASStzrnPtVumKsrEnyEY0zhAWkAe/z/+PjTUMcN44ncJ/PrXQkJ6qMaVWzSZwA==",
"version": "7.17.2",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.2.tgz",
"integrity": "sha512-R6MYhitJ0JEgrhadd31Nw9FhRaQwDHjXUs5YIlitKH/fTOz9gKSxKjzmNng3bEBQCcbEDOkZj3FRcBgTUh/F0Q==",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.28",
"clsx": "^2.1.1",
@ -2172,7 +2173,7 @@
"type-fest": "^4.27.0"
},
"peerDependencies": {
"@mantine/hooks": "7.15.3",
"@mantine/hooks": "7.17.2",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}