From 3b3b74c646b138965d764996e39ffc852143a93f Mon Sep 17 00:00:00 2001 From: fonghehe <331002675@qq.com> Date: Mon, 19 Jun 2023 18:25:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=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 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7c17dd3..b8aa983 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", - "@vue/test-utils": "^2.3.6", + "@vue/test-utils": "^2.3.8", "@vue/tsconfig": "^0.4.0", "amfe-flexible": "^2.2.1", "autoprefixer": "^10.4.14", @@ -59,14 +59,14 @@ "postcss-less": "^6.0.0", "prettier": "^2.8.8", "rollup-plugin-visualizer": "^5.9.1", - "stylelint": "^15.8.0", + "stylelint": "^15.9.0", "stylelint-config-prettier": "^9.0.5", "stylelint-config-recommended": "^12.0.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^33.0.0", "stylelint-order": "^6.0.3", "terser": "^5.18.0", - "typescript": "^5.0.0", + "typescript": "^5.0.4", "unplugin-auto-import": "^0.16.3", "unplugin-vue-components": "^0.25.1", "vite": "^4.3.8", @@ -79,7 +79,7 @@ "vite-plugin-restart": "^0.3.1", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-setup-extend-plus": "^0.1.0", - "vitest": "^0.32.1", + "vitest": "^0.32.2", "vue-eslint-parser": "^9.3.1", "vue-tsc": "^1.7.3" },