Skip to content

fix(deps): update dependency react-dropzone to v14.3.8 #11558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@patternfly/react-core": "workspace:^",
"@patternfly/react-icons": "workspace:^",
"@patternfly/react-styles": "workspace:^",
"react-dropzone": "14.3.5",
"react-dropzone": "14.3.8",
"tslib": "^2.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@patternfly/react-styles": "workspace:^",
"@patternfly/react-tokens": "workspace:^",
"focus-trap": "7.6.4",
"react-dropzone": "^14.3.5",
"react-dropzone": "^14.3.8",
"tslib": "^2.8.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3727,7 +3727,7 @@ __metadata:
"@patternfly/react-icons": "workspace:^"
"@patternfly/react-styles": "workspace:^"
monaco-editor: "npm:^0.52.2"
react-dropzone: "npm:14.3.5"
react-dropzone: "npm:14.3.8"
tslib: "npm:^2.8.1"
peerDependencies:
react: ^17 || ^18
Expand All @@ -3747,7 +3747,7 @@ __metadata:
css: "npm:^3.0.0"
focus-trap: "npm:7.6.4"
fs-extra: "npm:^11.3.0"
react-dropzone: "npm:^14.3.5"
react-dropzone: "npm:^14.3.8"
tslib: "npm:^2.8.1"
peerDependencies:
react: ^17 || ^18
Expand Down Expand Up @@ -18269,16 +18269,16 @@ __metadata:
languageName: node
linkType: hard

"react-dropzone@npm:14.3.5, react-dropzone@npm:^14.3.5":
version: 14.3.5
resolution: "react-dropzone@npm:14.3.5"
"react-dropzone@npm:14.3.8, react-dropzone@npm:^14.3.8":
version: 14.3.8
resolution: "react-dropzone@npm:14.3.8"
dependencies:
attr-accept: "npm:^2.2.4"
file-selector: "npm:^2.1.0"
prop-types: "npm:^15.8.1"
peerDependencies:
react: ">= 16.8 || 18.0.0"
checksum: 10c0/e3e5dddd3bead7c6410bd3fccc3a87e93086ceac47526a2d35421ef7e11a9e59f47c8af8da5c4600a58ef238a5af87c751a71b6391d5c6f77f1f2857946c07cc
checksum: 10c0/e17b1832783cda7b8824fe9370e99185d1abbdd5e4980b2985d6321c5768c8de18ff7b9ad550c809ee9743269dea608ff74d5208062754ce8377ad022897b278
languageName: node
linkType: hard

Expand Down
Loading