From 602de668ee0613233b661af31a3f5056803557e5 Mon Sep 17 00:00:00 2001 From: itsjohncs Date: Fri, 29 Oct 2021 18:10:46 -0700 Subject: [PATCH] Use patched Sortable JS from itsjohncs/Sortable. This is a (hopefully) temporary solution while we wait for SortableJS to merge in SortableJS/Sortable#2095 and make a release. --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 23610470..4a98aa45 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,6 @@ } }, "resolutions": { - "sortablejs": "1.14.0" + "sortablejs": "git+https://github.com/itsjohncs/Sortable.git" } } diff --git a/yarn.lock b/yarn.lock index 4d34ce2b..e535ab30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7527,10 +7527,9 @@ socks@^2.6.1: ip "^1.1.5" smart-buffer "^4.1.0" -sortablejs@1.10.2, sortablejs@1.14.0: +sortablejs@1.10.2, "sortablejs@git+https://github.com/itsjohncs/Sortable.git": version "1.14.0" - resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.14.0.tgz#6d2e17ccbdb25f464734df621d4f35d4ab35b3d8" - integrity sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w== + resolved "git+https://github.com/itsjohncs/Sortable.git#21053e18ea6501e2aac8cac9029872115ab82844" source-list-map@^2.0.0, source-list-map@^2.0.1: version "2.0.1"