Skip to content

Commit

Permalink
[@mantine/dropzone] Update react-dropzone to 14.2.3 to fix OS detecti…
Browse files Browse the repository at this point in the history
…on issue (#2746)

* Update react-dropzone to 14.2.3 to fix OS issue

"work around Chromium File System Access API bug": https://github.com/react-dropzone/react-dropzone/releases/tag/v14.2.3

* update lock file

* upgrade react-dropzone in root package.json

Co-authored-by: Vitaly Rtishchev <rtivital@gmail.com>
  • Loading branch information
SrBrahma and rtivital committed Oct 22, 2022
1 parent 0a189d7 commit 81836fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -141,7 +141,7 @@
"prism-react-renderer": "^1.2.1",
"quill-mention": "^3.0.8",
"react": "18.1.0",
"react-dropzone": "14.2.2",
"react-dropzone": "14.2.3",
"react-input-mask": "^2.0.4",
"react-quill": "2.0.0",
"react-textarea-autosize": "8.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-dropzone/package.json
Expand Up @@ -34,7 +34,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-dropzone": "14.2.2",
"react-dropzone": "14.2.3",
"@mantine/utils": "5.6.0"
},
"devDependencies": {}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11733,10 +11733,10 @@ react-dom@18.1.0:
loose-envify "^1.1.0"
scheduler "^0.22.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 81836fa

Please sign in to comment.