|
|
@@ -10,52 +10,52 @@
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@element-plus/icons-vue": "^2.0.10",
|
|
|
+ "@element-plus/icons-vue": "^2.1.0",
|
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
|
- "@vueuse/core": "^9.12.0",
|
|
|
+ "@vueuse/core": "^10.1.2",
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
|
- "axios": "^1.2.6",
|
|
|
+ "axios": "^1.4.0",
|
|
|
"dayjs": "^1.11.7",
|
|
|
"echarts": "^5.4.2",
|
|
|
"echarts-wordcloud": "^2.1.0",
|
|
|
- "element-plus": "^2.2.28",
|
|
|
+ "element-plus": "^2.3.4",
|
|
|
"nprogress": "^0.2.0",
|
|
|
- "pinia": "^2.0.29",
|
|
|
- "splitpanes": "^3.1.0",
|
|
|
- "vue": "^3.2.45",
|
|
|
- "vue-cropper": "^1.0.5",
|
|
|
- "vue-router": "^4.1.6",
|
|
|
+ "pinia": "^2.0.36",
|
|
|
+ "splitpanes": "^3.1.5",
|
|
|
+ "vue": "^3.3.2",
|
|
|
+ "vue-cropper": "^1.0.8",
|
|
|
+ "vue-router": "^4.2.0",
|
|
|
"vue3-count-to": "^1.1.2",
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
- "vxe-table": "^4.3.9",
|
|
|
+ "vxe-table": "^4.3.14",
|
|
|
"xe-utils": "^3.5.7"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@iconify-json/ep": "^1.1.8",
|
|
|
+ "@iconify-json/ep": "^1.1.10",
|
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
|
- "@types/node": "^16.18.11",
|
|
|
+ "@types/node": "^16.18.31",
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
"@types/qs": "^6.9.7",
|
|
|
- "@vitejs/plugin-vue": "^4.0.0",
|
|
|
- "@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
|
- "@vue/eslint-config-prettier": "^7.0.0",
|
|
|
- "@vue/eslint-config-typescript": "^11.0.2",
|
|
|
+ "@vitejs/plugin-vue": "^4.2.3",
|
|
|
+ "@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
|
+ "@vue/eslint-config-prettier": "^7.1.0",
|
|
|
+ "@vue/eslint-config-typescript": "^11.0.3",
|
|
|
"@vue/tsconfig": "^0.1.3",
|
|
|
- "eslint": "^8.33.0",
|
|
|
- "eslint-plugin-vue": "^9.9.0",
|
|
|
+ "eslint": "^8.40.0",
|
|
|
+ "eslint-plugin-vue": "^9.13.0",
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
- "prettier": "^2.8.3",
|
|
|
- "sass": "^1.57.1",
|
|
|
+ "prettier": "^2.8.8",
|
|
|
+ "sass": "^1.62.1",
|
|
|
"typescript": "~4.7.4",
|
|
|
- "unocss": "^0.49.1",
|
|
|
+ "unocss": "^0.51.13",
|
|
|
"unplugin-auto-import": "^0.11.5",
|
|
|
"unplugin-icons": "^0.14.15",
|
|
|
"unplugin-vue-components": "^0.22.12",
|
|
|
"unplugin-vue-define-options": "^0.11.2",
|
|
|
- "vite": "^4.3.5",
|
|
|
+ "vite": "^4.3.7",
|
|
|
"vite-plugin-style-import": "^2.0.0",
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
- "vue-tsc": "^0.39.5"
|
|
|
+ "vue-tsc": "^1.6.5"
|
|
|
}
|
|
|
}
|