From 58ccd49a97384e2514ce42d4509a4b053110fb15 Mon Sep 17 00:00:00 2001 From: kailong321200875 <321200875@qq.com> Date: Mon, 29 Aug 2022 16:48:58 +0800 Subject: [PATCH] chore: update deps --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 492b45e..0eb1726 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@iconify/iconify": "^2.2.1", - "@vueuse/core": "^9.1.0", + "@vueuse/core": "^9.1.1", "@wangeditor/editor": "^5.1.14", "@wangeditor/editor-for-vue": "^5.1.10", "@zxcvbn-ts/core": "^2.0.4", @@ -35,45 +35,45 @@ "axios": "^0.27.2", "echarts": "^5.3.3", "echarts-wordcloud": "^2.0.0", - "element-plus": "2.2.14", + "element-plus": "2.2.15", "intro.js": "^6.0.0", "lodash-es": "^4.17.21", "mitt": "^3.0.0", "mockjs": "^1.1.0", "nprogress": "^0.2.0", - "pinia": "^2.0.20", + "pinia": "^2.0.21", "pinia-plugin-persist": "^1.0.0", "qrcode": "^1.5.1", "qs": "^6.11.0", "url": "^0.11.0", "vue": "3.2.37", "vue-i18n": "9.2.2", - "vue-router": "^4.1.3", + "vue-router": "^4.1.5", "vue-types": "^4.2.1", "web-storage-cache": "^1.1.1" }, "devDependencies": { - "@commitlint/cli": "^17.0.3", - "@commitlint/config-conventional": "^17.0.3", - "@iconify/json": "^2.1.95", + "@commitlint/cli": "^17.1.2", + "@commitlint/config-conventional": "^17.1.0", + "@iconify/json": "^2.1.100", "@intlify/vite-plugin-vue-i18n": "^6.0.1", "@purge-icons/generated": "^0.9.0", "@types/intro.js": "^5.1.0", "@types/lodash-es": "^4.17.6", - "@types/node": "^18.7.8", + "@types/node": "^18.7.13", "@types/nprogress": "^0.2.0", "@types/qrcode": "^1.5.0", "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^5.33.1", - "@typescript-eslint/parser": "^5.33.1", + "@typescript-eslint/eslint-plugin": "^5.35.1", + "@typescript-eslint/parser": "^5.35.1", "@vitejs/plugin-vue": "^3.0.3", "@vitejs/plugin-vue-jsx": "^2.0.0", "autoprefixer": "^10.4.8", - "eslint": "^8.22.0", + "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-define-config": "^1.6.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.3.0", + "eslint-plugin-vue": "^9.4.0", "husky": "^8.0.1", "less": "^4.1.3", "lint-staged": "^13.0.3", @@ -84,14 +84,14 @@ "prettier": "^2.7.1", "rimraf": "^3.0.2", "rollup": "^2.78.1", - "stylelint": "^14.10.0", + "stylelint": "^14.11.0", "stylelint-config-html": "^1.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended": "^9.0.0", - "stylelint-config-standard": "^27.0.0", + "stylelint-config-standard": "^28.0.0", "stylelint-order": "^5.0.0", - "typescript": "4.7.4", - "unplugin-vue-macros": "^0.10.0", + "typescript": "4.8.2", + "unplugin-vue-macros": "^0.11.0", "vite": "3.0.9", "vite-plugin-eslint": "^1.8.1", "vite-plugin-html": "^3.2.0", @@ -100,7 +100,7 @@ "vite-plugin-style-import": "2.0.0", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-windicss": "^1.8.7", - "vue-tsc": "^0.40.1", + "vue-tsc": "^0.40.4", "windicss": "^3.5.6", "windicss-analysis": "^0.3.5" },