Skip to content

Commit

Permalink
fix: Bump react-dropzone for eroneous 'green plus' cursor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Mar 26, 2021
1 parent 889186e commit 626c94e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -148,7 +148,7 @@
"react-dnd": "^14.0.1",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^16.8.6",
"react-dropzone": "^11.2.4",
"react-dropzone": "^11.3.2",
"react-helmet": "^5.2.0",
"react-i18next": "^11.7.3",
"react-keydown": "^1.7.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -10652,10 +10652,10 @@ react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.19.1"

react-dropzone@^11.2.4:
version "11.2.4"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.2.4.tgz#391a8d2e41a8a974340f83524d306540192e3313"
integrity sha512-EGSvK2CxFTuc28WxwuJCICyuYFX8b+sRumwU6Bs6sTbElV2HtQkT0d6C+HEee6XfbjiLIZ+Th9uji27rvo2wGw==
react-dropzone@^11.3.2:
version "11.3.2"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.3.2.tgz#2efb6af800a4779a9daa1e7ba1f8d51d0ab862d7"
integrity sha512-Z0l/YHcrNK1r85o6RT77Z5XgTARmlZZGfEKBl3tqTXL9fZNQDuIdRx/J0QjvR60X+yYu26dnHeaG2pWU+1HHvw==
dependencies:
attr-accept "^2.2.1"
file-selector "^0.2.2"
Expand Down

0 comments on commit 626c94e

Please sign in to comment.