1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-21 17:27:06 +01:00

Bump react-dropzone from 11.1.0 to 11.2.0

Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](https://github.com/react-dropzone/react-dropzone/compare/v11.1.0...v11.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-21 04:05:57 +00:00 committed by GitHub
parent a0fa99fe1f
commit a6936c83df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -17746,9 +17746,9 @@
}
},
"react-dropzone": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-11.1.0.tgz",
"integrity": "sha512-gJT6iJadyTbevrigm6KZFaei/yNWfokzs1idumO7fXtRNPiGFDUpsQ+trHWwUO3yWOtJibpbo5tLZggjm+KV5w==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-11.2.0.tgz",
"integrity": "sha512-S/qaXQHCCg7MVlcrhqd05MLC6DupITLUB0CFn3iCLs6OTjzxdGDF1WTktTe5Jyq8jZdxYfMHNUZOHL0mg+K0Dw==",
"requires": {
"attr-accept": "^2.0.0",
"file-selector": "^0.1.12",

View File

@ -22,7 +22,7 @@
"next-svgr": "^0.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-dropzone": "^11.1.0",
"react-dropzone": "^11.2.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {