Merge pull request #16263 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/core-7.17.2

chore(deps): bump @mantine/core from 7.15.3 to 7.17.2 in /web/ui
This commit is contained in:
github-actions[bot] 2025-03-23 10:39:30 +00:00 committed by GitHub
commit 400c7d190c
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",
@ -2161,9 +2161,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",
@ -2173,7 +2174,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"
}