diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-21 15:10:21 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-21 15:10:21 +0900 |
| commit | 5cac199710e5bd9bb65a6c96b94d5c8bd6bff43a (patch) | |
| tree | 76040e69828ba9a72f90fc2b81732c5b8ec1ef83 /packages/client/package.json | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-5cac199710e5bd9bb65a6c96b94d5c8bd6bff43a.tar.gz sharkey-5cac199710e5bd9bb65a6c96b94d5c8bd6bff43a.tar.bz2 sharkey-5cac199710e5bd9bb65a6c96b94d5c8bd6bff43a.zip | |
revert: use sortablejs-vue3 instead of vuedraggable for more stability
Diffstat (limited to 'packages/client/package.json')
| -rw-r--r-- | packages/client/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index c5fbf80317..5b596f73d0 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -46,8 +46,6 @@ "s-age": "1.1.2", "sass": "1.57.0", "seedrandom": "3.0.5", - "sortablejs": "^1.15.0", - "sortablejs-vue3": "^1.2.3", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", "syuilo-password-strength": "0.0.1", @@ -63,7 +61,8 @@ "vanilla-tilt": "1.8.0", "vite": "4.0.2", "vue": "3.2.45", - "vue-prism-editor": "2.0.0-alpha.2" + "vue-prism-editor": "2.0.0-alpha.2", + "vuedraggable": "next" }, "devDependencies": { "@types/escape-regexp": "0.0.1", |