mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08:00
chore(deps): bump @mantine/dates from 7.13.1 to 7.15.0 in /web/ui (#15643)
Bumps [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates) 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/dates) --- updated-dependencies: - dependency-name: "@mantine/dates" 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
cc4fcc1328
commit
00e0cdc4f9
|
@ -22,7 +22,7 @@
|
|||
"@lezer/highlight": "^1.2.1",
|
||||
"@mantine/code-highlight": "^7.15.0",
|
||||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.13.1",
|
||||
"@mantine/dates": "^7.15.0",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.13.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
|
|
17
web/ui/package-lock.json
generated
17
web/ui/package-lock.json
generated
|
@ -36,7 +36,7 @@
|
|||
"@lezer/highlight": "^1.2.1",
|
||||
"@mantine/code-highlight": "^7.15.0",
|
||||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.13.1",
|
||||
"@mantine/dates": "^7.15.0",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.13.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
|
@ -2169,18 +2169,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mantine/dates": {
|
||||
"version": "7.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.13.1.tgz",
|
||||
"integrity": "sha512-KzzAehnftPAiGhJhOaRcWBuQ5+f5HrqnpNjH2/0KN+dv3gUfitAbapXOmCYOTdzS9Zk+RqqsD5VKvsbr1giXtQ==",
|
||||
"version": "7.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.15.0.tgz",
|
||||
"integrity": "sha512-EM1Tp29DH6i6XH+fPkpNsjUQA32u+4yqOggFtytvuHgDITOj82xh2NIZGSyGH/rzkcy/Bh/t65pK3SoZJGTY6Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.13.1",
|
||||
"@mantine/hooks": "7.13.1",
|
||||
"@mantine/core": "7.15.0",
|
||||
"@mantine/hooks": "7.15.0",
|
||||
"dayjs": ">=1.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
"react": "^18.x || ^19.x",
|
||||
"react-dom": "^18.x || ^19.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
|
|
Loading…
Reference in a new issue