Skip to content

Commit

Permalink
build(deps-dev): bump @dnd-kit/sortable from 8.0.0 to 10.0.0 (#4216)
Browse files Browse the repository at this point in the history
Bumps [@dnd-kit/sortable](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable) from 8.0.0 to 10.0.0.
- [Release notes](https://github.com/clauderic/dnd-kit/releases)
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/sortable/CHANGELOG.md)
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/[email protected]/packages/sortable)

---
updated-dependencies:
- dependency-name: "@dnd-kit/sortable"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 52420d6 commit bcedf24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.34.2",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1769,16 +1769,16 @@ __metadata:
languageName: node
linkType: hard

"@dnd-kit/sortable@npm:8.0.0":
version: 8.0.0
resolution: "@dnd-kit/sortable@npm:8.0.0"
"@dnd-kit/sortable@npm:10.0.0":
version: 10.0.0
resolution: "@dnd-kit/sortable@npm:10.0.0"
dependencies:
"@dnd-kit/utilities": "npm:^3.2.2"
tslib: "npm:^2.0.0"
peerDependencies:
"@dnd-kit/core": ^6.1.0
"@dnd-kit/core": ^6.3.0
react: ">=16.8.0"
checksum: 10/e2e0d37ace13db2e6aceb65a803195ef29e1a33a37e7722a988d7a9c1aacce77472a93b2adcd8e6780ac98b3d5640c5481892f530177c2eb966df235726942ad
checksum: 10/bc61c25e76905204a53f91294b8116bf106fa27247eebca2c66478450b2051d7177115a384054e7e5639e6c4430083ade63056f79ee45f549da537cf05bc5288
languageName: node
linkType: hard

Expand Down Expand Up @@ -18388,7 +18388,7 @@ __metadata:
"@codemirror/state": "npm:6.4.1"
"@codemirror/view": "npm:6.34.2"
"@dnd-kit/core": "npm:6.1.0"
"@dnd-kit/sortable": "npm:8.0.0"
"@dnd-kit/sortable": "npm:10.0.0"
"@dnd-kit/utilities": "npm:3.2.2"
"@emotion/cache": "npm:11.13.1"
"@emotion/react": "npm:11.13.3"
Expand Down

0 comments on commit bcedf24

Please sign in to comment.