mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
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.
This commit is contained in:
parent
393d4fe591
commit
602de668ee
2 changed files with 3 additions and 4 deletions
|
@ -127,6 +127,6 @@
|
|||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"sortablejs": "1.14.0"
|
||||
"sortablejs": "git+https://github.com/itsjohncs/Sortable.git"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue