Skip to content

Commit ef18cb8

Browse files
fix(deps): update dependency @dnd-kit/core to ^6.3.1 (#11475)
* fix(deps): update dependency @dnd-kit/core to ^6.3.1 * Update snapshots due to changes in DND --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Titani <tlabaj@redhat.com>
1 parent 0c6f681 commit ef18cb8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/react-drag-drop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"@dnd-kit/core": "^6.1.0",
32+
"@dnd-kit/core": "^6.3.1",
3333
"@dnd-kit/modifiers": "^7.0.0",
3434
"@dnd-kit/sortable": "^8.0.0",
3535
"@patternfly/react-core": "workspace:^",

packages/react-drag-drop/src/components/DragDrop/__tests__/__snapshots__/DragDrop.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ exports[`renders some divs 1`] = `
142142
aria-live="assertive"
143143
id="DndLiveRegion-0"
144144
role="status"
145-
style="position: fixed; width: 1px; height: 1px; margin: -1px; border: 0px; padding: 0px; overflow: hidden; clip-path: inset(100%); white-space: nowrap;"
145+
style="position: fixed; top: 0px; left: 0px; width: 1px; height: 1px; margin: -1px; border: 0px; padding: 0px; overflow: hidden; clip-path: inset(100%); white-space: nowrap;"
146146
/>
147147
</div>
148148
</DocumentFragment>

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,28 +1842,28 @@ __metadata:
18421842
languageName: node
18431843
linkType: hard
18441844

1845-
"@dnd-kit/accessibility@npm:^3.1.0":
1846-
version: 3.1.0
1847-
resolution: "@dnd-kit/accessibility@npm:3.1.0"
1845+
"@dnd-kit/accessibility@npm:^3.1.1":
1846+
version: 3.1.1
1847+
resolution: "@dnd-kit/accessibility@npm:3.1.1"
18481848
dependencies:
18491849
tslib: "npm:^2.0.0"
18501850
peerDependencies:
18511851
react: ">=16.8.0"
1852-
checksum: 10c0/4f9d24e801d66d4fbb551ec389ed90424dd4c5bbdf527000a618e9abb9833cbd84d9a79e362f470ccbccfbd6d00217a9212c92f3cef66e01c951c7f79625b9d7
1852+
checksum: 10c0/be0bf41716dc58f9386bc36906ec1ce72b7b42b6d1d0e631d347afe9bd8714a829bd6f58a346dd089b1519e93918ae2f94497411a61a4f5e4d9247c6cfd1fef8
18531853
languageName: node
18541854
linkType: hard
18551855

1856-
"@dnd-kit/core@npm:^6.1.0":
1857-
version: 6.1.0
1858-
resolution: "@dnd-kit/core@npm:6.1.0"
1856+
"@dnd-kit/core@npm:^6.3.1":
1857+
version: 6.3.1
1858+
resolution: "@dnd-kit/core@npm:6.3.1"
18591859
dependencies:
1860-
"@dnd-kit/accessibility": "npm:^3.1.0"
1860+
"@dnd-kit/accessibility": "npm:^3.1.1"
18611861
"@dnd-kit/utilities": "npm:^3.2.2"
18621862
tslib: "npm:^2.0.0"
18631863
peerDependencies:
18641864
react: ">=16.8.0"
18651865
react-dom: ">=16.8.0"
1866-
checksum: 10c0/c793eb97cb59285ca8937ebcdfcd27cff09d750ae06722e36ca5ed07925e41abc36a38cff98f9f6056f7a07810878d76909826142a2968330e7e22060e6be584
1866+
checksum: 10c0/196db95d81096d9dc248983533eab91ba83591770fa5c894b1ac776f42af0d99522b3fd5bb3923411470e4733fcfa103e6ee17adc17b9b7eb54c7fbec5ff7c52
18671867
languageName: node
18681868
linkType: hard
18691869

@@ -3770,7 +3770,7 @@ __metadata:
37703770
version: 0.0.0-use.local
37713771
resolution: "@patternfly/react-drag-drop@workspace:packages/react-drag-drop"
37723772
dependencies:
3773-
"@dnd-kit/core": "npm:^6.1.0"
3773+
"@dnd-kit/core": "npm:^6.3.1"
37743774
"@dnd-kit/modifiers": "npm:^7.0.0"
37753775
"@dnd-kit/sortable": "npm:^8.0.0"
37763776
"@patternfly/react-core": "workspace:^"

0 commit comments

Comments
 (0)