Merge pull request #15053 from prometheus/dependabot/npm_and_yarn/web/ui/mantine/notifications-7.13.1

Bump @mantine/notifications from 7.12.2 to 7.13.1 in /web/ui
pull/15056/head
Julius Volz 2 months ago committed by GitHub
commit 889588317e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@
"@mantine/core": "^7.11.2", "@mantine/core": "^7.11.2",
"@mantine/dates": "^7.13.1", "@mantine/dates": "^7.13.1",
"@mantine/hooks": "^7.11.2", "@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2", "@mantine/notifications": "^7.13.1",
"@microsoft/fetch-event-source": "^2.0.1", "@microsoft/fetch-event-source": "^2.0.1",
"@nexucis/fuzzy": "^0.5.1", "@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.9.1", "@nexucis/kvsearch": "^0.9.1",

@ -38,7 +38,7 @@
"@mantine/core": "^7.11.2", "@mantine/core": "^7.11.2",
"@mantine/dates": "^7.13.1", "@mantine/dates": "^7.13.1",
"@mantine/hooks": "^7.11.2", "@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2", "@mantine/notifications": "^7.13.1",
"@microsoft/fetch-event-source": "^2.0.1", "@microsoft/fetch-event-source": "^2.0.1",
"@nexucis/fuzzy": "^0.5.1", "@nexucis/fuzzy": "^0.5.1",
"@nexucis/kvsearch": "^0.9.1", "@nexucis/kvsearch": "^0.9.1",
@ -2228,26 +2228,24 @@
} }
}, },
"node_modules/@mantine/notifications": { "node_modules/@mantine/notifications": {
"version": "7.12.2", "version": "7.13.1",
"resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.12.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/notifications/-/notifications-7.13.1.tgz",
"integrity": "sha512-gTvLHkoAZ42v5bZxibP9A50djp5ndEwumVhHSa7mxQ8oSS23tt3It/6hOqH7M+9kHY0a8s+viMiflUzTByA9qg==", "integrity": "sha512-Lc66wRar/nqADoaSlLHntREWbMlDDVs/Sabla2ac/V8jftLOnQpVPMefMpFVGYNJdhT3mG/9bguZV5K7pkjSXQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"@mantine/store": "7.12.2", "@mantine/store": "7.13.1",
"react-transition-group": "4.4.5" "react-transition-group": "4.4.5"
}, },
"peerDependencies": { "peerDependencies": {
"@mantine/core": "7.12.2", "@mantine/core": "7.13.1",
"@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/store": { "node_modules/@mantine/store": {
"version": "7.12.2", "version": "7.13.1",
"resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.12.2.tgz", "resolved": "https://registry.npmjs.org/@mantine/store/-/store-7.13.1.tgz",
"integrity": "sha512-NqL31sO/KcAETEWP/CiXrQOQNoE4168vZsxyXacQHGBueVMJa64WIDQtKLHrCnFRMws3vsXF02/OO4bH4XGcMQ==", "integrity": "sha512-/ZiVU8oFMkzSNrXqAvxb9ZfHWgVg7E8apUEQCzBh9sxgxdVoM9Y1+2YqOoi885hxskmPpkmGP+VGOJnQ6OKJig==",
"license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^18.2.0" "react": "^18.2.0"
} }

Loading…
Cancel
Save