Skip to content

Commit

Permalink
chore(deps): bump react-dropzone from 12.1.0 to 14.2.3
Browse files Browse the repository at this point in the history
Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 12.1.0 to 14.2.3.
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v12.1.0...v14.2.3)

---
updated-dependencies:
- dependency-name: react-dropzone
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent c79b2e5 commit 3c86aa3
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 19 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"test": "jest",
"test:components": "jest components",
"test:integration": "jest integration",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"postinstall": "electron-rebuild"
},
"//electronWebpack.whiteListedModules.electron-store": "Needed for sourcemaps",
"//electronWebpack.whiteListedModules.source-map-support": "Needed for better sourcemaps in renderer AND main-workers",
Expand All @@ -57,6 +58,7 @@
"@sentry/electron",
"@socialgouv/archimail-pst-extractor",
"d3",
"electron-log",
"electron-store",
"i18next",
"lodash",
Expand Down Expand Up @@ -171,6 +173,7 @@
"electron": "^19.0.6",
"electron-builder": "23.0.3",
"electron-notarize": "^1.1.1",
"electron-rebuild": "^3.2.9",
"electron-webpack": "^2.8.2",
"electron-webpack-ts": "^4.0.1",
"eslint": "^7",
Expand Down Expand Up @@ -208,6 +211,7 @@
"@sentry/electron": "^3.0.7",
"@socialgouv/archimail-pst-extractor": "^0.2.0",
"d3": "^7.3.0",
"electron-log": "^4.4.8",
"electron-store": "^8.0.2",
"electron-updater": "^5.0.5",
"electron-util": "^0.17.2",
Expand All @@ -221,7 +225,7 @@
"posthog-node": "^1.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-dropzone": "^14.2.3",
"react-i18next": "^11.17.2",
"sanitize-filename": "^1.6.3",
"source-map-support": "^0.5.21",
Expand Down
Loading

0 comments on commit 3c86aa3

Please sign in to comment.