Skip to content

Commit

Permalink
Use patched Sortable JS from itsjohncs/Sortable.
Browse files Browse the repository at this point in the history
This is a (hopefully) temporary solution while we wait for SortableJS
to merge in SortableJS/Sortable#2095 and make a release.
  • Loading branch information
itsjohncs committed Oct 30, 2021
1 parent c96e051 commit 9714153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@
}
},
"resolutions": {
"sortablejs": "1.14.0"
"sortablejs": "git+https://github.com/itsjohncs/Sortable.git"
}
}
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7527,10 +7527,9 @@ socks@^2.6.1:
ip "^1.1.5"
smart-buffer "^4.1.0"

[email protected], sortablejs@1.14.0:
[email protected], "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"
Expand Down

0 comments on commit 9714153

Please sign in to comment.