Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Update dependency @mantine/notifications to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 12, 2022
1 parent 3899176 commit b53e448
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"@mantine/hooks": "4.2.12",
"@mantine/modals": "4.2.12",
"@mantine/next": "4.2.12",
"@mantine/notifications": "4.2.12",
"@mantine/notifications": "5.7.2",
"@next-auth/mongodb-adapter": "1.1.1",
"jszip": "3.9.1",
"mongodb": "4.10.0",
Expand Down
18 changes: 12 additions & 6 deletions yarn.lock
Expand Up @@ -185,12 +185,13 @@
dependencies:
"@mantine/ssr" "4.2.12"

"@mantine/notifications@4.2.12":
version "4.2.12"
resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-4.2.12.tgz#914cf8efcae7a897c1075f09a39a730a505a02ed"
integrity sha512-Ip+8KxH9P1i8uZnhv2zTU+OFJjYBs3122KnVYy6vLsR83agRuY1KzbxjlOVVmP2Dq5aJX2pvefWWjA++NzhNtA==
"@mantine/notifications@5.7.2":
version "5.7.2"
resolved "https://registry.yarnpkg.com/@mantine/notifications/-/notifications-5.7.2.tgz#2c2a71c6d89add2b8fd758c977e0da39574cfe55"
integrity sha512-E10ShS42I2RZb3SPzDaSi+goDXeO3DUeA1gCMBY040S/+7CBlT/9x6H6guKUPuIoK+WMrWm4LT/m9ARJ0zdKFg==
dependencies:
react-transition-group "^4.4.2"
"@mantine/utils" "5.7.2"
react-transition-group "4.4.2"

"@mantine/ssr@4.2.12":
version "4.2.12"
Expand Down Expand Up @@ -223,6 +224,11 @@
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.5.5.tgz#22b412b6e9d78f2515f9f98db3f5ed83deca91ca"
integrity sha512-nt8+A0N1cV4cJNqlKuXazShoEwqtLohHNKFuywEdF3B6vHWdbY799PbT2WmqGTwNQ+se8y5/nBMmamBZrUN4fg==

"@mantine/utils@5.7.2":
version "5.7.2"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.7.2.tgz#ae2eb5fd73615aa3d92d41d595a953d5325809e9"
integrity sha512-LE/ckEX+d1f5GOP1ARNEldUYybOp3Tualx5IYgeV06oyBOaeJaXs9Tco2NTM6j+opZwUbNuYEUmtp4bkArhpOg==

"@next-auth/mongodb-adapter@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.1.tgz#255581e66988956bafea555497e92690ad6086fe"
Expand Down Expand Up @@ -2182,7 +2188,7 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.0.0"
use-latest "^1.0.0"

react-transition-group@^4.4.2:
react-transition-group@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"
integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==
Expand Down

0 comments on commit b53e448

Please sign in to comment.