mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 16:12:16 -04:00
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:
commit
400c7d190c
2 changed files with 7 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
11
web/ui/package-lock.json
generated
11
web/ui/package-lock.json
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue