Skip to content

Commit 626c94e

Browse files
committed
fix: Bump react-dropzone for eroneous 'green plus' cursor fix
react-dropzone/react-dropzone#1042
1 parent 889186e commit 626c94e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"react-dnd": "^14.0.1",
149149
"react-dnd-html5-backend": "^14.0.0",
150150
"react-dom": "^16.8.6",
151-
"react-dropzone": "^11.2.4",
151+
"react-dropzone": "^11.3.2",
152152
"react-helmet": "^5.2.0",
153153
"react-i18next": "^11.7.3",
154154
"react-keydown": "^1.7.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10652,10 +10652,10 @@ react-dom@^16.8.6:
1065210652
prop-types "^15.6.2"
1065310653
scheduler "^0.19.1"
1065410654

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

0 commit comments

Comments
 (0)