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/dropzone to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2022
1 parent 3899176 commit 3d60fe0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mantine/core": "4.2.12",
"@mantine/dropzone": "5.5.5",
"@mantine/dropzone": "5.9.1",
"@mantine/hooks": "4.2.12",
"@mantine/modals": "4.2.12",
"@mantine/next": "4.2.12",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@
react-popper "^2.2.5"
react-textarea-autosize "^8.3.2"

"@mantine/dropzone@5.5.5":
version "5.5.5"
resolved "https://registry.yarnpkg.com/@mantine/dropzone/-/dropzone-5.5.5.tgz#9f21c23a22c4f14c850bfbc4c30475c3771cc436"
integrity sha512-YzR8zRATAMvgO7gG9MPtnUsl7/W/ig/8eksoOsiNi3hmU+vL+si3DRYmmvNP2FL25OwJdVPR7VT5bUTgqmFqhQ==
"@mantine/dropzone@5.9.1":
version "5.9.1"
resolved "https://registry.yarnpkg.com/@mantine/dropzone/-/dropzone-5.9.1.tgz#8c0267fd1ebb4c706440ce02eb9b6eff10d11d54"
integrity sha512-MQby9dJB0xW3gQo4O9m1Arkw+zCrpYkrqHUIR2XmsRnoduGmTyJxxckI3zPqum+IgCxDbGafqW5gpvZOE3FtNA==
dependencies:
"@mantine/utils" "5.5.5"
react-dropzone "14.2.2"
"@mantine/utils" "5.9.1"
react-dropzone "14.2.3"

"@mantine/hooks@4.2.12":
version "4.2.12"
Expand Down Expand Up @@ -218,10 +218,10 @@
clsx "^1.1.1"
csstype "3.0.9"

"@mantine/utils@5.5.5":
version "5.5.5"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.5.5.tgz#22b412b6e9d78f2515f9f98db3f5ed83deca91ca"
integrity sha512-nt8+A0N1cV4cJNqlKuXazShoEwqtLohHNKFuywEdF3B6vHWdbY799PbT2WmqGTwNQ+se8y5/nBMmamBZrUN4fg==
"@mantine/utils@5.9.1":
version "5.9.1"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.9.1.tgz#684ee4abcf042d768c7b32ea8b36d23e05017be7"
integrity sha512-Uz0kbUyS1E6YmE1zU2tpT6n1y973Us1brTtoMjdiix9E1eZMvJ+fTTO2ie9clzWZ3r4atpi9kyWHQ9HIu2VoCg==

"@next-auth/mongodb-adapter@1.1.1":
version "1.1.1"
Expand Down Expand Up @@ -2141,10 +2141,10 @@ react-dom@18.2.0:
loose-envify "^1.1.0"
scheduler "^0.23.0"

react-dropzone@14.2.2:
version "14.2.2"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-14.2.2.tgz#a75a0676055fe9e2cb78578df4dedb4c42b54f98"
integrity sha512-5oyGN/B5rNhop2ggUnxztXBQ6q6zii+OMEftPzsxAR2hhpVWz0nAV+3Ktxo2h5bZzdcCKrpd8bfWAVsveIBM+w==
react-dropzone@14.2.3:
version "14.2.3"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-14.2.3.tgz#0acab68308fda2d54d1273a1e626264e13d4e84b"
integrity sha512-O3om8I+PkFKbxCukfIR3QAGftYXDZfOE2N1mr/7qebQJHs7U+/RSL/9xomJNpRg9kM5h9soQSdf0Gc7OHF5Fug==
dependencies:
attr-accept "^2.2.2"
file-selector "^0.6.0"
Expand Down

0 comments on commit 3d60fe0

Please sign in to comment.