Skip to content
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.6",
"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 @@ -4605,7 +4605,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 || ^19
Expand All @@ -4625,7 +4625,7 @@ __metadata:
css: "npm:^3.0.0"
focus-trap: "npm:7.6.6"
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 || ^19
Expand Down Expand Up @@ -19502,16 +19502,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