mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
chore(deps): bump @mantine/notifications in /web/ui (#15658)
Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) from 7.13.1 to 7.15.0. - [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.0/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec95602af9
commit
d6a24b2e79
|
@ -24,7 +24,7 @@
|
|||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.15.0",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.13.1",
|
||||
"@mantine/notifications": "^7.15.0",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@nexucis/fuzzy": "^0.5.1",
|
||||
"@nexucis/kvsearch": "^0.9.1",
|
||||
|
|
28
web/ui/package-lock.json
generated
28
web/ui/package-lock.json
generated
|
@ -38,7 +38,7 @@
|
|||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.15.0",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.13.1",
|
||||
"@mantine/notifications": "^7.15.0",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@nexucis/fuzzy": "^0.5.1",
|
||||
"@nexucis/kvsearch": "^0.9.1",
|
||||
|
@ -2194,26 +2194,28 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mantine/notifications": {
|
||||
"version": "7.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.1.tgz",
|
||||
"integrity": "sha512-Lc66wRar/nqADoaSlLHntREWbMlDDVs/Sabla2ac/V8jftLOnQpVPMefMpFVGYNJdhT3mG/9bguZV5K7pkjSXQ==",
|
||||
"version": "7.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.15.0.tgz",
|
||||
"integrity": "sha512-F1g2mFRUTk++ATsbsi8T2WaTRhejB05FusvG3iHC4/a1+0K5Vjh2Armt3VNY0vsUR3V5RdAnP8uZDlMhM7YTQQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mantine/store": "7.13.1",
|
||||
"@mantine/store": "7.15.0",
|
||||
"react-transition-group": "4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.13.1",
|
||||
"@mantine/hooks": "7.13.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"@mantine/core": "7.15.0",
|
||||
"@mantine/hooks": "7.15.0",
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/store": {
|
||||
"version": "7.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.1.tgz",
|
||||
"integrity": "sha512-/ZiVU8oFMkzSNrXqAvxb9ZfHWgVg7E8apUEQCzBh9sxgxdVoM9Y1+2YqOoi885hxskmPpkmGP+VGOJnQ6OKJig==",
|
||||
"version": "7.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.15.0.tgz",
|
||||
"integrity": "sha512-XzQcVFTkD0XspPNsB2NivzbAeZUrLFGO5j8hvKcmGGvUWYlR99GbL7q13ujwJQnNpElqAPSeuN161tnbCqB+Ng==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "^18.2.0"
|
||||
"react": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@marijn/find-cluster-break": {
|
||||
|
|
Loading…
Reference in a new issue