From e8b0f9ce463cd4b479e0e5b201011a01f1aa7805 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 22:52:45 +0000 Subject: [PATCH] Update dependency @dnd-kit/sortable to v10 --- frontends/ol-components/package.json | 2 +- frontends/ol-utilities/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/ol-components/package.json b/frontends/ol-components/package.json index 69a20a05af..76138e8edd 100644 --- a/frontends/ol-components/package.json +++ b/frontends/ol-components/package.json @@ -13,7 +13,7 @@ "sideEffects": false, "dependencies": { "@dnd-kit/core": "^6.0.8", - "@dnd-kit/sortable": "^8.0.0", + "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.1", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", diff --git a/frontends/ol-utilities/package.json b/frontends/ol-utilities/package.json index 8a7deba262..c884a588db 100644 --- a/frontends/ol-utilities/package.json +++ b/frontends/ol-utilities/package.json @@ -13,7 +13,7 @@ "sideEffects": false, "dependencies": { "@dnd-kit/core": "^6.0.8", - "@dnd-kit/sortable": "^8.0.0", + "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.1", "@faker-js/faker": "^9.0.0", "api": "workspace:*",