Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @mantine/notifications from 6.0.22 to 7.12.1 #253

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@mantine/core": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@mantine/notifications": "^7.12.1",
"@tabler/icons-react": "^2.47.0",
"@tauri-apps/api": "^2.0.0-beta.15",
"@tauri-apps/plugin-fs": "^2.0.0-beta.7",
Expand Down
39 changes: 24 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2553,18 +2553,27 @@ __metadata:
languageName: node
linkType: hard

"@mantine/notifications@npm:^6.0.22":
version: 6.0.22
resolution: "@mantine/notifications@npm:6.0.22"
"@mantine/notifications@npm:^7.12.1":
version: 7.12.1
resolution: "@mantine/notifications@npm:7.12.1"
dependencies:
"@mantine/utils": 6.0.22
react-transition-group: 4.4.2
"@mantine/store": 7.12.1
react-transition-group: 4.4.5
peerDependencies:
"@mantine/core": 6.0.22
"@mantine/hooks": 6.0.22
react: ">=16.8.0"
react-dom: ">=16.8.0"
checksum: d678be344a95e59d0c83c988547bf92f83acdbbed29289961b96956a8ae68fd338581fe9c05742dcf26ffc5dafb7f1f765f04a1ca17b082014437ba05bcf0d62
"@mantine/core": 7.12.1
"@mantine/hooks": 7.12.1
react: ^18.2.0
react-dom: ^18.2.0
checksum: 923ef22dc245a7a86ebfae74bab847e586a417e132d5a0cdc490a6660757841e1205e7ba0dfad0ddb6c0e91babdce8925b6d238a4fdf80dc873a5bd4b9630722
languageName: node
linkType: hard

"@mantine/store@npm:7.12.1":
version: 7.12.1
resolution: "@mantine/store@npm:7.12.1"
peerDependencies:
react: ^18.2.0
checksum: 0aec736d2a9cf37b45534ab353c7eb2c6ab603aade9778ebd81ea63ce0b751c20fdf5eb2a206293a17180daae3afa580bcdf7cc6a029f58c225bf776e69bbc88
languageName: node
linkType: hard

Expand Down Expand Up @@ -6784,7 +6793,7 @@ __metadata:
"@mantine/core": ^6.0.22
"@mantine/form": ^6.0.22
"@mantine/hooks": ^6.0.22
"@mantine/notifications": ^6.0.22
"@mantine/notifications": ^7.12.1
"@tabler/icons-react": ^2.47.0
"@tauri-apps/api": ^2.0.0-beta.15
"@tauri-apps/cli": next
Expand Down Expand Up @@ -7207,9 +7216,9 @@ __metadata:
languageName: node
linkType: hard

"react-transition-group@npm:4.4.2":
version: 4.4.2
resolution: "react-transition-group@npm:4.4.2"
"react-transition-group@npm:4.4.5":
version: 4.4.5
resolution: "react-transition-group@npm:4.4.5"
dependencies:
"@babel/runtime": ^7.5.5
dom-helpers: ^5.0.1
Expand All @@ -7218,7 +7227,7 @@ __metadata:
peerDependencies:
react: ">=16.6.0"
react-dom: ">=16.6.0"
checksum: b67bf5b3e86dbab72d658b9a52a3589e5960583ab28c7c66272427d8fe30d4c7de422d5046ae96bd2683cdf80cc3264b2516f5ce80cae1dbe6cf3ca6dda392c5
checksum: 75602840106aa9c6545149d6d7ae1502fb7b7abadcce70a6954c4b64a438ff1cd16fc77a0a1e5197cdd72da398f39eb929ea06f9005c45b132ed34e056ebdeb1
languageName: node
linkType: hard

Expand Down
Loading