From 2b634a6ba61bfc4c3b45f620b11396497f2f77a5 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Wed, 13 Oct 2021 13:18:03 -0700 Subject: [PATCH] Use SortableJS 1.14.0. (#4330) This should be reverted after SortableJS/Vue.Draggable#1085 is merged and a new release of Vue.Draggable becomes available. --- package.json | 3 +++ yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1dfea970..0552ba54 100644 --- a/package.json +++ b/package.json @@ -125,5 +125,8 @@ "hooks": { "pre-commit": "pretty-quick --staged" } + }, + "resolutions": { + "sortablejs": "1.14.0" } } diff --git a/yarn.lock b/yarn.lock index d6275ccd..86a87c87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7527,10 +7527,10 @@ socks@^2.6.1: ip "^1.1.5" smart-buffer "^4.1.0" -sortablejs@1.10.2: - version "1.10.2" - resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.10.2.tgz#6e40364d913f98b85a14f6678f92b5c1221f5290" - integrity sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A== +sortablejs@1.10.2, sortablejs@1.14.0: + version "1.14.0" + resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.14.0.tgz#6d2e17ccbdb25f464734df621d4f35d4ab35b3d8" + integrity sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w== source-list-map@^2.0.0, source-list-map@^2.0.1: version "2.0.1"