From 34591d7bd803fa09d1cfc7e599be6612f2b87a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 8 May 2022 12:13:31 +0800 Subject: [PATCH] =?UTF-8?q?chore(package.json):=20=E5=8D=87=E7=BA=A7vite-p?= =?UTF-8?q?lugin-svg-icons=E8=87=B3=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: d4889ae72b4000fcb5fde4e8273878c7a936d610 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a03d3f73..f52a375b 100644 --- a/package.json +++ b/package.json @@ -28,24 +28,25 @@ "vue-router": "^4.0.12" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.19.0", - "@typescript-eslint/parser": "^5.19.0", "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@types/node": "^16.11.7", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", + "@typescript-eslint/eslint-plugin": "^5.19.0", + "@typescript-eslint/parser": "^5.19.0", "@vitejs/plugin-vue": "^1.9.3", "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.6.0", + "fast-glob": "^3.2.11", "husky": "^7.0.4", "prettier": "^2.6.2", "sass": "^1.43.4", "typescript": "^4.5.4", "vite": "^2.9.7", - "vite-plugin-svg-icons": "^1.1.0", + "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^0.34.7" }, "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",