Skip to content

Commit

Permalink
fix(deps): update dependency @dnd-kit/core to v6.3.1 (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 4f7b434 commit 57e3aa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@codemirror/commands": "6.7.1",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/language": "6.10.6",
"@dnd-kit/core": "6.3.0",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@graphiql/react": "0.27.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -670,17 +670,17 @@ __metadata:
languageName: node
linkType: hard

"@dnd-kit/core@npm:6.3.0":
version: 6.3.0
resolution: "@dnd-kit/core@npm:6.3.0"
"@dnd-kit/core@npm:6.3.1":
version: 6.3.1
resolution: "@dnd-kit/core@npm:6.3.1"
dependencies:
"@dnd-kit/accessibility": "npm:^3.1.1"
"@dnd-kit/utilities": "npm:^3.2.2"
tslib: "npm:^2.0.0"
peerDependencies:
react: ">=16.8.0"
react-dom: ">=16.8.0"
checksum: 10c0/7b6ebae619921ac27a367b5f168cf66729ab2f5041a5376bb05399cdfd05e03c8fac5d218632ee04fe7c1e049bde9222930c6e8ee1dbb0ca8bde38038f1a1a48
checksum: 10c0/196db95d81096d9dc248983533eab91ba83591770fa5c894b1ac776f42af0d99522b3fd5bb3923411470e4733fcfa103e6ee17adc17b9b7eb54c7fbec5ff7c52
languageName: node
linkType: hard

Expand Down Expand Up @@ -2002,7 +2002,7 @@ __metadata:
"@codemirror/commands": "npm:6.7.1"
"@codemirror/lang-javascript": "npm:6.2.2"
"@codemirror/language": "npm:6.10.6"
"@dnd-kit/core": "npm:6.3.0"
"@dnd-kit/core": "npm:6.3.1"
"@dnd-kit/modifiers": "npm:7.0.0"
"@dnd-kit/sortable": "npm:8.0.0"
"@graphiql/react": "npm:0.27.0"
Expand Down

0 comments on commit 57e3aa1

Please sign in to comment.