From 4a9ed5ec3e81d781bf560e08191b8f93e9e56a25 Mon Sep 17 00:00:00 2001 From: xpyjs Date: Wed, 12 Jun 2024 10:21:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20vue=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #94 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6936ee1..f69f967 100644 --- a/package.json +++ b/package.json @@ -69,16 +69,15 @@ "*.{vue,js,ts,jsx,tsx}": "eslint --fix" }, "dependencies": { - "@types/lodash": "^4.14.192", "@vueuse/core": "^10.0.0", "@vueuse/integrations": "^10.1.2", "dayjs": "^1.11.7", "lodash": "^4.17.21", - "sortablejs": "^1.15.0", - "vue": "3.3.4" + "sortablejs": "^1.15.0" }, "devDependencies": { "@changesets/cli": "^2.26.1", + "@types/lodash": "^4.14.192", "@types/sortablejs": "^1.15.1", "@typescript-eslint/eslint-plugin": "^5.43.0", "@vitejs/plugin-vue": "^4.1.0", @@ -103,6 +102,7 @@ "vite": "^4.2.1", "vite-plugin-eslint": "^1.8.1", "vitest": "^0.31.1", + "vue": "3.3.4", "vue-tsc": "^1.2.0" }, "standard-version": { @@ -115,4 +115,4 @@ "path": "node_modules/cz-git" } } -} \ No newline at end of file +}