Skip to content

Commit

Permalink
fix(deps): update dependency @dnd-kit/core to ^6.3.1 (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9856bb2 commit da3bb14
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"test": "tsc --noEmit && eslint --ext=tsx,ts ."
},
"dependencies": {
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1066,10 +1066,10 @@
dependencies:
tslib "^2.0.0"

"@dnd-kit/core@^6.3.0":
version "6.3.0"
resolved "https://registry.yarnpkg.com/@dnd-kit/core/-/core-6.3.0.tgz#024dd9e45da058e1d07747e51d9d29d5eb486367"
integrity sha512-1PZxmnH+hQFwcaVRCe4SrtBn4cZ9S0trGtxHE13iLGEEZFhiFe+Sxg4ZUlwirYsXJCejqUYDi85PQC7J8/AINg==
"@dnd-kit/core@^6.3.1":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@dnd-kit/core/-/core-6.3.1.tgz#4c36406a62c7baac499726f899935f93f0e6d003"
integrity sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==
dependencies:
"@dnd-kit/accessibility" "^3.1.1"
"@dnd-kit/utilities" "^3.2.2"

0 comments on commit da3bb14

Please sign in to comment.