From 93f17138752e4109243760e0e1ab0f3009625855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 7 Aug 2024 16:36:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3811c5b..0e2371e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,6 +54,7 @@ specifiers: sass-loader: ^8.0.0 sortablejs: ^1.8.4 svg-sprite-loader: ^6.0.2 + tslib: ^2.4.1 typescript: ^4.4.4 unplugin-auto-import: ^0.6.1 unplugin-vue-components: ^0.17.21 @@ -66,6 +67,7 @@ specifiers: vue-router: ^3.3.4 vue-template-compiler: 2.6.14 vue2-animate: ^1.0.4 + vuedraggable: ^2.15.0 vuex: ^3.0.1 webpack-cli: ^4.9.2 @@ -89,6 +91,7 @@ dependencies: nprogress: 0.2.0 qs: 6.10.0 sortablejs: 1.13.0 + tslib: 2.4.1 url-loader: 4.1.1 vue: 2.6.14 vue-class-component: 7.2.6_vue@2.6.14 @@ -97,6 +100,7 @@ dependencies: vue-property-decorator: 8.5.1_vue@2.6.14 vue-router: 3.5.1_vue@2.6.14 vue2-animate: 1.0.4 + vuedraggable: 2.24.3 vuex: 3.6.2_vue@2.6.14 devDependencies: @@ -2176,7 +2180,7 @@ packages: peerDependencies: vue: '>= 2.5 < 3' dependencies: - tslib: 2.3.0 + tslib: 2.4.1 vue: 2.6.14 dev: false @@ -10926,6 +10930,10 @@ packages: resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==} dev: false + /tslib/2.4.1: + resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} + dev: false + /tslint/5.20.1_typescript@4.4.4: resolution: {integrity: sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==} engines: {node: '>=4.8.0'}