Skip to content

Commit

Permalink
fix(deps): update dnd-kit monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 8f4626b commit 393b87f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/language": "6.10.8",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@graphiql/react": "0.28.2",
"@neo4j-ndl/base": "2.12.14",
"@neo4j-ndl/react": "2.16.28",
Expand Down
27 changes: 20 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -679,16 +679,29 @@ __metadata:
languageName: node
linkType: hard

"@dnd-kit/modifiers@npm:7.0.0":
version: 7.0.0
resolution: "@dnd-kit/modifiers@npm:7.0.0"
"@dnd-kit/modifiers@npm:9.0.0":
version: 9.0.0
resolution: "@dnd-kit/modifiers@npm:9.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: 10c0/ca8cc9da8296df10774d779c1611074dc327ccc3c49041c102111c98c7f2b2b73b6af5209c0eef6b2fe978ac63dc2a985efa87c85a8d786577304bd2e64cee1d
languageName: node
linkType: hard

"@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.3.0
react: ">=16.8.0"
checksum: 10c0/542e1d2b6102a5c826118c36158aab23c5437d24008cab4848b0866d3d850b4410c4f465690767dd1f31fde33a1fa9d238675be70f174c179485ce376f0c8aa6
checksum: 10c0/37ee48bc6789fb512dc0e4c374a96d19abe5b2b76dc34856a5883aaa96c3297891b94cc77bbc409e074dcce70967ebcb9feb40cd9abadb8716fc280b4c7f99af
languageName: node
linkType: hard

Expand Down Expand Up @@ -1999,8 +2012,8 @@ __metadata:
"@codemirror/lang-javascript": "npm:6.2.2"
"@codemirror/language": "npm:6.10.8"
"@dnd-kit/core": "npm:6.3.1"
"@dnd-kit/modifiers": "npm:7.0.0"
"@dnd-kit/sortable": "npm:8.0.0"
"@dnd-kit/modifiers": "npm:9.0.0"
"@dnd-kit/sortable": "npm:10.0.0"
"@graphiql/react": "npm:0.28.2"
"@neo4j-ndl/base": "npm:2.12.14"
"@neo4j-ndl/react": "npm:2.16.28"
Expand Down

0 comments on commit 393b87f

Please sign in to comment.