Skip to content

Commit

Permalink
Update dropzone (#594) (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Myssak <andreymyssak@gmail.com>
Co-authored-by: Sergey Myssak <sergey.myssak@gmail.com>
andreymyssak and SergeyMyssak authored Apr 12, 2023

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 8a31dce commit 7e12fbe
Showing 3 changed files with 36 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@
"prop-types": "^15.6.0",
"react-ace": "^7.0.5",
"react-beautiful-dnd": "^13.0.0",
"react-dropzone": "^11.2.0",
"react-dropzone": "^14.2.3",
"react-focus-on": "^3.5.0",
"react-input-autosize": "^2.2.2",
"react-is": "~16.3.0",
Original file line number Diff line number Diff line change
@@ -191,6 +191,7 @@ exports[`OuiMarkdownEditor is rendered 1`] = `
>
<div
class="ouiMarkdownEditorDropZone"
role="presentation"
>
<textarea
aria-label="aria-label"
@@ -219,7 +220,6 @@ exports[`OuiMarkdownEditor is rendered 1`] = `
</button>
</div>
<input
autocomplete="off"
multiple=""
style="display:none"
tabindex="-1"
@@ -421,6 +421,7 @@ exports[`OuiMarkdownEditor props autoExpandPreview is rendered with false 1`] =
>
<div
class="ouiMarkdownEditorDropZone"
role="presentation"
>
<textarea
aria-label="aria-label"
@@ -449,7 +450,6 @@ exports[`OuiMarkdownEditor props autoExpandPreview is rendered with false 1`] =
</button>
</div>
<input
autocomplete="off"
multiple=""
style="display:none"
tabindex="-1"
@@ -651,6 +651,7 @@ exports[`OuiMarkdownEditor props height is rendered in full mode 1`] = `
>
<div
class="ouiMarkdownEditorDropZone"
role="presentation"
>
<textarea
aria-label="aria-label"
@@ -679,7 +680,6 @@ exports[`OuiMarkdownEditor props height is rendered in full mode 1`] = `
</button>
</div>
<input
autocomplete="off"
multiple=""
style="display:none"
tabindex="-1"
@@ -881,6 +881,7 @@ exports[`OuiMarkdownEditor props height is rendered with a custom size 1`] = `
>
<div
class="ouiMarkdownEditorDropZone"
role="presentation"
>
<textarea
aria-label="aria-label"
@@ -909,7 +910,6 @@ exports[`OuiMarkdownEditor props height is rendered with a custom size 1`] = `
</button>
</div>
<input
autocomplete="off"
multiple=""
style="display:none"
tabindex="-1"
@@ -1111,6 +1111,7 @@ exports[`OuiMarkdownEditor props maxHeight is rendered with a custom size 1`] =
>
<div
class="ouiMarkdownEditorDropZone"
role="presentation"
>
<textarea
aria-label="aria-label"
@@ -1139,7 +1140,6 @@ exports[`OuiMarkdownEditor props maxHeight is rendered with a custom size 1`] =
</button>
</div>
<input
autocomplete="off"
multiple=""
style="display:none"
tabindex="-1"
46 changes: 30 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3120,10 +3120,10 @@ atob@^2.1.1:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

attr-accept@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.1.0.tgz#a231a854385d36ff7a99647bb77b33c8a5175aee"
integrity sha512-sLzVM3zCCmmDtDNhI0i96k6PUztkotSOXqE4kDGQt/6iDi5M+H0srjeF+QC6jN581l4X/Zq3Zu/tgcErEssavg==
attr-accept@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b"
integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==

autoprefixer@^9.8.6:
version "9.8.6"
@@ -6740,12 +6740,12 @@ file-name@^0.1.0:
resolved "https://registry.yarnpkg.com/file-name/-/file-name-0.1.0.tgz#12b122f120f9c34dbc176c1ab81a548aced6def7"
integrity sha1-ErEi8SD5w028F2wauBpUis7W3vc=

file-selector@^0.1.12:
version "0.1.12"
resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.1.12.tgz#fe726547be219a787a9dcc640575a04a032b1fd0"
integrity sha512-Kx7RTzxyQipHuiqyZGf+Nz4vY9R1XGxuQl/hLoJwq+J4avk/9wxxgZyHKtbyIPJmbD4A66DWGYfyykWNpcYutQ==
file-selector@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.6.0.tgz#fa0a8d9007b829504db4d07dd4de0310b65287dc"
integrity sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==
dependencies:
tslib "^1.9.0"
tslib "^2.4.0"

file-uri-to-path@1.0.0:
version "1.0.0"
@@ -12609,6 +12609,15 @@ prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
object-assign "^4.1.1"
react-is "^16.8.1"

prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.13.1"

property-information@^5.0.0, property-information@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.5.0.tgz#4dc075d493061a82e2b7d096f406e076ed859943"
@@ -12906,14 +12915,14 @@ react-dom@^16.12.0:
prop-types "^15.6.2"
scheduler "^0.18.0"

react-dropzone@^11.2.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.2.0.tgz#4e54fa3479e6b6bb93f67914e4a27f1260807fdb"
integrity sha512-S/qaXQHCCg7MVlcrhqd05MLC6DupITLUB0CFn3iCLs6OTjzxdGDF1WTktTe5Jyq8jZdxYfMHNUZOHL0mg+K0Dw==
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.0.0"
file-selector "^0.1.12"
prop-types "^15.7.2"
attr-accept "^2.2.2"
file-selector "^0.6.0"
prop-types "^15.8.1"

react-fast-compare@^3.1.1:
version "3.2.0"
@@ -15384,6 +15393,11 @@ tslib@^2.1.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tslib@^2.4.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tsutils@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 comments on commit 7e12fbe

Please sign in to comment.