From 55e639b3602e9e799ba750a8ce5b13a310ca494b Mon Sep 17 00:00:00 2001 From: liweijie0812 <674416404@qq.com> Date: Fri, 28 Jul 2023 13:34:43 +0800 Subject: [PATCH] chore: update deps (#576) --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 69b7ee6..46996ff 100644 --- a/package.json +++ b/package.json @@ -24,35 +24,35 @@ "echarts": "5.1.2", "lodash": "^4.17.21", "nprogress": "^0.2.0", - "pinia": "^2.1.4", - "pinia-plugin-persistedstate": "^3.1.0", + "pinia": "^2.1.6", + "pinia-plugin-persistedstate": "^3.2.0", "qrcode.vue": "^3.4.0", "qs": "^6.11.2", "tdesign-icons-vue-next": "^0.1.12", - "tdesign-vue-next": "^1.3.10", + "tdesign-vue-next": "^1.4.1", "tvision-color": "^1.6.0", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", - "vue-router": "~4.2.3" + "vue-router": "~4.2.4" }, "devDependencies": { - "@commitlint/cli": "^17.6.6", - "@commitlint/config-conventional": "^17.6.6", + "@commitlint/cli": "^17.6.7", + "@commitlint/config-conventional": "^17.6.7", "@types/echarts": "^4.9.18", - "@types/lodash": "^4.14.195", + "@types/lodash": "^4.14.196", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^5.61.0", - "@typescript-eslint/parser": "^5.61.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/compiler-sfc": "^3.3.4", "@vue/eslint-config-typescript": "^11.0.3", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", - "eslint": "^8.44.0", + "eslint": "^8.45.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.8.0", + "eslint-config-prettier": "^8.9.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^10.0.0", @@ -65,14 +65,14 @@ "postcss-html": "^1.5.0", "postcss-less": "^6.0.0", "prettier": "^2.8.8", - "stylelint": "~15.10.0", + "stylelint": "~15.10.2", "stylelint-config-standard": "^34.0.0", "stylelint-order": "~6.0.3", "typescript": "~5.1.6", - "vite": "^4.3.9", + "vite": "^4.4.7", "vite-plugin-mock": "^3.0.0", "vite-svg-loader": "^4.0.0", - "vue-tsc": "^1.8.4" + "vue-tsc": "^1.8.8" }, "config": { "commitizen": {