Skip to content

Commit

Permalink
fix(deps): update file-selector and close react-dropzone#1022
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Oct 23, 2020
1 parent 1b1177d commit 4fedf4c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
18 changes: 13 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
},
"dependencies": {
"attr-accept": "^2.2.1",
"file-selector": "^0.1.12",
"file-selector": "^0.2.2",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Expand Up @@ -5734,12 +5734,12 @@ file-loader@^6.0.0:
loader-utils "^2.0.0"
schema-utils "^2.7.1"

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.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.2.2.tgz#76186ac94ea01a18262a1e9ee36a8815911bc0b4"
integrity sha512-tMZc0lkFzhOGlZUAkQ5iljPORvDX+nWEI+9C5nj9KT7Ax8bAUUtI/GYM8JFIjyKfKlQkJRC84D0UgxwDqRGvRQ==
dependencies:
tslib "^1.9.0"
tslib "^2.0.3"

file-type@5.2.0, file-type@^5.2.0:
version "5.2.0"
Expand Down Expand Up @@ -13141,6 +13141,11 @@ tslib@^2.0.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==

tslib@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslint@^6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
Expand Down

0 comments on commit 4fedf4c

Please sign in to comment.