Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79d6b95

Browse files
committed
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.
1 parent 795056f commit 79d6b95

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
}
128128
},
129129
"resolutions": {
130-
"sortablejs": "1.14.0"
130+
"sortablejs": "git+https://github.com/itsjohncs/Sortable.git"
131131
}
132132
}

‎yarn.lock‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7527,10 +7527,9 @@ socks@^2.6.1:
75277527
ip "^1.1.5"
75287528
smart-buffer "^4.1.0"
75297529

7530-
[email protected], sortablejs@1.14.0:
7530+
[email protected], "sortablejs@git+https://github.com/itsjohncs/Sortable.git":
75317531
version "1.14.0"
7532-
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.14.0.tgz#6d2e17ccbdb25f464734df621d4f35d4ab35b3d8"
7533-
integrity sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==
7532+
resolved "git+https://github.com/itsjohncs/Sortable.git#21053e18ea6501e2aac8cac9029872115ab82844"
75347533

75357534
source-list-map@^2.0.0, source-list-map@^2.0.1:
75367535
version "2.0.1"

0 commit comments

Comments
 (0)