From 68bb29bb17144a94bb1b13f5deace79f32b879bf Mon Sep 17 00:00:00 2001 From: Austin Mroz Date: Wed, 10 Sep 2025 16:11:48 -0500 Subject: [PATCH] Add vuedraggable as dependency --- package.json | 1 + pnpm-lock.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/package.json b/package.json index 61f4633dd..68ff57216 100644 --- a/package.json +++ b/package.json @@ -142,6 +142,7 @@ "vue": "^3.5.13", "vue-i18n": "^9.14.3", "vue-router": "^4.4.3", + "vuedraggable": "^4.1.0", "vuefire": "^3.2.1", "zod": "^3.23.8", "zod-validation-error": "^3.3.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c92c2381..36dc60d67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -146,6 +146,9 @@ importers: vue-router: specifier: ^4.4.3 version: 4.4.3(vue@3.5.13(typescript@5.9.2)) + vuedraggable: + specifier: ^4.1.0 + version: 4.1.0(vue@3.5.13(typescript@5.9.2)) vuefire: specifier: ^3.2.1 version: 3.2.1(consola@3.2.3)(firebase@11.6.0)(vue@3.5.13(typescript@5.9.2)) @@ -5267,6 +5270,9 @@ packages: resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==} engines: {node: '>= 18'} + sortablejs@1.14.0: + resolution: {integrity: sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==} + source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -5909,6 +5915,11 @@ packages: typescript: optional: true + vuedraggable@4.1.0: + resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} + peerDependencies: + vue: ^3.0.1 + vuefire@3.2.1: resolution: {integrity: sha512-APj/iFdEec9kO71Lsiv/7opo9xL0D43l7cjwh84rJ5WMzrmpi9z774zzN+PPhBpD6bXyueLcfg0VlOUhI9/jUA==} engines: {node: '>=18'} @@ -11630,6 +11641,8 @@ snapshots: smol-toml@1.4.2: {} + sortablejs@1.14.0: {} + source-map-js@1.2.1: {} source-map-support@0.5.21: @@ -12349,6 +12362,11 @@ snapshots: optionalDependencies: typescript: 5.9.2 + vuedraggable@4.1.0(vue@3.5.13(typescript@5.9.2)): + dependencies: + sortablejs: 1.14.0 + vue: 3.5.13(typescript@5.9.2) + vuefire@3.2.1(consola@3.2.3)(firebase@11.6.0)(vue@3.5.13(typescript@5.9.2)): dependencies: vue: 3.5.13(typescript@5.9.2)