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.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 19, 2022
1 parent 3899176 commit c3862fa
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.8.2",
"@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.8.2":
version "5.8.2"
resolved "https://registry.yarnpkg.com/@mantine/dropzone/-/dropzone-5.8.2.tgz#f8a890234f4c2b35b8245530a3e7f7112fd95d73"
integrity sha512-41PTJgtfmrl6Xnr8qQ2GjHcGt9XfRf+dc1luLdil4iVA6T6q0YJ/06XbuqblLhyQdVLF4sndq2+W0EmiadVXkw==
dependencies:
"@mantine/utils" "5.5.5"
react-dropzone "14.2.2"
"@mantine/utils" "5.8.2"
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.8.2":
version "5.8.2"
resolved "https://registry.yarnpkg.com/@mantine/utils/-/utils-5.8.2.tgz#f33382a91b0b649fcacf96540c6267e2beac1bb5"
integrity sha512-ZTxZeTyRO2l9dQ7pYsaV3AC7Cjz1HAPi1Ukd9GtiVYq74UuA3iBMLbPV4obxcHAqgUqgIHAP2ulCKHN3DPhaDQ==

"@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 c3862fa

Please sign in to comment.