mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
chore(deps): bump @mantine/notifications in /web/ui
Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) from 7.15.3 to 7.17.1. - [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.1/packages/@mantine/notifications) --- updated-dependencies: - dependency-name: "@mantine/notifications" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3f0de72da7
commit
216b120a58
|
@ -24,7 +24,7 @@
|
|||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.15.3",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.15.3",
|
||||
"@mantine/notifications": "^7.17.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@nexucis/fuzzy": "^0.5.1",
|
||||
"@nexucis/kvsearch": "^0.9.1",
|
||||
|
|
38
web/ui/package-lock.json
generated
38
web/ui/package-lock.json
generated
|
@ -38,7 +38,7 @@
|
|||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.15.3",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.15.3",
|
||||
"@mantine/notifications": "^7.17.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@nexucis/fuzzy": "^0.5.1",
|
||||
"@nexucis/kvsearch": "^0.9.1",
|
||||
|
@ -2124,9 +2124,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.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.17.1.tgz",
|
||||
"integrity": "sha512-V8O3Ftq4la4I4wNDkTfH4Slkt/pCEU32pTE/DkO46zua0VFxfOAJeLjaol0s11//T+bXx82DtjMsd9APWPuFhA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.28",
|
||||
"clsx": "^2.1.1",
|
||||
|
@ -2136,7 +2137,7 @@
|
|||
"type-fest": "^4.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "7.15.3",
|
||||
"@mantine/hooks": "7.17.1",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
|
@ -2157,32 +2158,35 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "7.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.15.3.tgz",
|
||||
"integrity": "sha512-rZYObhrmww3OIb4O30pDox/rc+9k3AExO0FSw13t7cfz5/Di+Ho1cChswVFAshnp81ucGEod1fiDOfuyGW7JhA==",
|
||||
"version": "7.17.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.17.1.tgz",
|
||||
"integrity": "sha512-mkHLrXMPd5xdI5WD7UOLwNEpdh/i6A7HaRDTXvjDE2/S0N8VmAE+BlvdyvWRMi7ODp2zVqJdP8cF1tgUn+Z0fA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "7.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.15.3.tgz",
|
||||
"integrity": "sha512-C1obM5dQsSHIB3B3Kajk0TdLnBpLXFMOIy0otG5khoL/8c8qOU4U0kHxtPVFBFvU/hw4rx7/idiiJdjp8DepDQ==",
|
||||
"version": "7.17.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.17.1.tgz",
|
||||
"integrity": "sha512-jsCNkkjgtsGYIMbCrzBY0UBckoXyeaSWbEoJdvMlfA+LaeOQrSLxa+ot+1+wPaoZxR+1Q1xOwC1X5bTxHKudBA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "7.15.3",
|
||||
"@mantine/store": "7.17.1",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.15.3",
|
||||
"@mantine/hooks": "7.15.3",
|
||||
"@mantine/core": "7.17.1",
|
||||
"@mantine/hooks": "7.17.1",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "7.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.15.3.tgz",
|
||||
"integrity": "sha512-E3pCEm5ozRF/iK/jM1liKntjqaKhotvPtNAqSBcx6AkWSJ8bt16JhNrmrs3J3RmWvfqzF+fftT8HI/3HYbgu9w==",
|
||||
"version": "7.17.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.17.1.tgz",
|
||||
"integrity": "sha512-is1c0FycakMsbTElKGWO59LarjMIk24JUXfjP/QIrB0XqpXreq3u7aN4hoNqr1IftTZSfVBii4W8pVFeWaV55g==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue