mirror of https://github.com/prometheus/prometheus
Merge pull request #15048 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/dates-7.13.1
Bump @mantine/dates from 7.12.2 to 7.13.1 in /web/uipull/15053/head
commit
d745e762bb
|
@ -22,7 +22,7 @@
|
|||
"@lezer/highlight": "^1.2.1",
|
||||
"@mantine/code-highlight": "^7.11.2",
|
||||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.11.2",
|
||||
"@mantine/dates": "^7.13.1",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.11.2",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"@lezer/highlight": "^1.2.1",
|
||||
"@mantine/code-highlight": "^7.11.2",
|
||||
"@mantine/core": "^7.11.2",
|
||||
"@mantine/dates": "^7.11.2",
|
||||
"@mantine/dates": "^7.13.1",
|
||||
"@mantine/hooks": "^7.11.2",
|
||||
"@mantine/notifications": "^7.11.2",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
|
@ -2188,10 +2188,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@mantine/core": {
|
||||
"version": "7.12.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.12.2.tgz",
|
||||
"integrity": "sha512-FrMHOKq4s3CiPIxqZ9xnVX7H4PEGNmbtHMvWO/0YlfPgoV0Er/N/DNJOFW1ys4WSnidPTayYeB41riyxxGOpRQ==",
|
||||
"license": "MIT",
|
||||
"version": "7.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.1.tgz",
|
||||
"integrity": "sha512-KH/WrcY/5pf3FxUUbtG77xyd7kfp6SRPAJFkxjFlg9kXroiQ7baljphY371CwPYPINERShUdvCQLpz4r4WMIHA==",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "^0.26.9",
|
||||
"clsx": "^2.1.1",
|
||||
|
@ -2201,32 +2200,30 @@
|
|||
"type-fest": "^4.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/hooks": "7.12.2",
|
||||
"@mantine/hooks": "7.13.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/dates": {
|
||||
"version": "7.12.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.12.2.tgz",
|
||||
"integrity": "sha512-qsDDl9qF80QLG1n6JiysyELAhbNLbV3qmXRAIU3GJLLxtZfyD9ntOUg0B64EpNl3Py4btXNo4yniFdu1JSUgwg==",
|
||||
"license": "MIT",
|
||||
"version": "7.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.13.1.tgz",
|
||||
"integrity": "sha512-KzzAehnftPAiGhJhOaRcWBuQ5+f5HrqnpNjH2/0KN+dv3gUfitAbapXOmCYOTdzS9Zk+RqqsD5VKvsbr1giXtQ==",
|
||||
"dependencies": {
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mantine/core": "7.12.2",
|
||||
"@mantine/hooks": "7.12.2",
|
||||
"@mantine/core": "7.13.1",
|
||||
"@mantine/hooks": "7.13.1",
|
||||
"dayjs": ">=1.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mantine/hooks": {
|
||||
"version": "7.12.2",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.12.2.tgz",
|
||||
"integrity": "sha512-dVMw8jpM0hAzc8e7/GNvzkk9N0RN/m+PKycETB3H6lJGuXJJSRR4wzzgQKpEhHwPccktDpvb4rkukKDq2jA8Fg==",
|
||||
"license": "MIT",
|
||||
"version": "7.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.1.tgz",
|
||||
"integrity": "sha512-Hfd4v380pPJUKDbARk+egdAanx7bpGZmaOn8G3QBZjwDufVopxip0WPkifUKUIMeYY1CTboa+1go9l56ZWrrSg==",
|
||||
"peerDependencies": {
|
||||
"react": "^18.2.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue