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/ui
This commit is contained in:
Julius Volz 2024-10-02 06:02:28 +02:00 committed by GitHub
commit d745e762bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 17 deletions

View file

@ -22,7 +22,7 @@
"@lezer/highlight": "^1.2.1", "@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.11.2", "@mantine/code-highlight": "^7.11.2",
"@mantine/core": "^7.11.2", "@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2", "@mantine/dates": "^7.13.1",
"@mantine/hooks": "^7.11.2", "@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2", "@mantine/notifications": "^7.11.2",
"@microsoft/fetch-event-source": "^2.0.1", "@microsoft/fetch-event-source": "^2.0.1",

View file

@ -36,7 +36,7 @@
"@lezer/highlight": "^1.2.1", "@lezer/highlight": "^1.2.1",
"@mantine/code-highlight": "^7.11.2", "@mantine/code-highlight": "^7.11.2",
"@mantine/core": "^7.11.2", "@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2", "@mantine/dates": "^7.13.1",
"@mantine/hooks": "^7.11.2", "@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2", "@mantine/notifications": "^7.11.2",
"@microsoft/fetch-event-source": "^2.0.1", "@microsoft/fetch-event-source": "^2.0.1",
@ -2188,10 +2188,9 @@
} }
}, },
"node_modules/@mantine/core": { "node_modules/@mantine/core": {
"version": "7.12.2", "version": "7.13.1",
"resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.12.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/core/-/core-7.13.1.tgz",
"integrity": "sha512-FrMHOKq4s3CiPIxqZ9xnVX7H4PEGNmbtHMvWO/0YlfPgoV0Er/N/DNJOFW1ys4WSnidPTayYeB41riyxxGOpRQ==", "integrity": "sha512-KH/WrcY/5pf3FxUUbtG77xyd7kfp6SRPAJFkxjFlg9kXroiQ7baljphY371CwPYPINERShUdvCQLpz4r4WMIHA==",
"license": "MIT",
"dependencies": { "dependencies": {
"@floating-ui/react": "^0.26.9", "@floating-ui/react": "^0.26.9",
"clsx": "^2.1.1", "clsx": "^2.1.1",
@ -2201,32 +2200,30 @@
"type-fest": "^4.12.0" "type-fest": "^4.12.0"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/hooks": "7.12.2", "@mantine/hooks": "7.13.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }
}, },
"node_modules/@mantine/dates": { "node_modules/@mantine/dates": {
"version": "7.12.2", "version": "7.13.1",
"resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.12.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/dates/-/dates-7.13.1.tgz",
"integrity": "sha512-qsDDl9qF80QLG1n6JiysyELAhbNLbV3qmXRAIU3GJLLxtZfyD9ntOUg0B64EpNl3Py4btXNo4yniFdu1JSUgwg==", "integrity": "sha512-KzzAehnftPAiGhJhOaRcWBuQ5+f5HrqnpNjH2/0KN+dv3gUfitAbapXOmCYOTdzS9Zk+RqqsD5VKvsbr1giXtQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"clsx": "^2.1.1" "clsx": "^2.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/core": "7.12.2", "@mantine/core": "7.13.1",
"@mantine/hooks": "7.12.2", "@mantine/hooks": "7.13.1",
"dayjs": ">=1.0.0", "dayjs": ">=1.0.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }
}, },
"node_modules/@mantine/hooks": { "node_modules/@mantine/hooks": {
"version": "7.12.2", "version": "7.13.1",
"resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.12.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/hooks/-/hooks-7.13.1.tgz",
"integrity": "sha512-dVMw8jpM0hAzc8e7/GNvzkk9N0RN/m+PKycETB3H6lJGuXJJSRR4wzzgQKpEhHwPccktDpvb4rkukKDq2jA8Fg==", "integrity": "sha512-Hfd4v380pPJUKDbARk+egdAanx7bpGZmaOn8G3QBZjwDufVopxip0WPkifUKUIMeYY1CTboa+1go9l56ZWrrSg==",
"license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0" "react": "^18.2.0"
} }