|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "vue-element-plus-admin",
|
|
|
- "version": "1.1.14",
|
|
|
+ "version": "1.2.4",
|
|
|
"description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案。",
|
|
|
"author": "Archer <502431556@qq.com>",
|
|
|
"private": false,
|
|
@@ -27,22 +27,22 @@
|
|
|
"plop": "plop"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@iconify/iconify": "^2.1.2",
|
|
|
- "@vueuse/core": "^8.1.1",
|
|
|
- "@wangeditor/editor": "^0.15.14",
|
|
|
+ "@iconify/iconify": "^2.2.1",
|
|
|
+ "@vueuse/core": "^8.2.5",
|
|
|
+ "@wangeditor/editor": "^0.15.19",
|
|
|
"@wangeditor/editor-for-vue": "^5.1.8-7",
|
|
|
- "@zxcvbn-ts/core": "^2.0.0",
|
|
|
+ "@zxcvbn-ts/core": "^2.0.1",
|
|
|
"animate.css": "^4.1.1",
|
|
|
"axios": "^0.26.1",
|
|
|
- "echarts": "^5.3.1",
|
|
|
+ "echarts": "^5.3.2",
|
|
|
"echarts-wordcloud": "^2.0.0",
|
|
|
- "element-plus": "2.1.4",
|
|
|
- "intro.js": "^5.0.0",
|
|
|
+ "element-plus": "2.1.8",
|
|
|
+ "intro.js": "^5.1.0",
|
|
|
"lodash-es": "^4.17.21",
|
|
|
"mitt": "^3.0.0",
|
|
|
"mockjs": "^1.1.0",
|
|
|
"nprogress": "^0.2.0",
|
|
|
- "pinia": "^2.0.12",
|
|
|
+ "pinia": "^2.0.13",
|
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
|
"qrcode": "^1.5.0",
|
|
|
"qs": "^6.10.3",
|
|
@@ -55,43 +55,43 @@
|
|
|
"devDependencies": {
|
|
|
"@commitlint/cli": "^16.2.3",
|
|
|
"@commitlint/config-conventional": "^16.2.1",
|
|
|
- "@iconify/json": "^2.1.16",
|
|
|
- "@intlify/vite-plugin-vue-i18n": "^3.3.1",
|
|
|
+ "@iconify/json": "^2.1.25",
|
|
|
+ "@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
|
|
"@purge-icons/generated": "^0.8.1",
|
|
|
"@types/intro.js": "^3.0.2",
|
|
|
"@types/lodash-es": "^4.17.6",
|
|
|
- "@types/node": "^17.0.21",
|
|
|
+ "@types/node": "^17.0.23",
|
|
|
"@types/nprogress": "^0.2.0",
|
|
|
"@types/qrcode": "^1.4.2",
|
|
|
"@types/qs": "^6.9.7",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
|
- "@typescript-eslint/parser": "^5.15.0",
|
|
|
- "@vitejs/plugin-vue": "^2.2.4",
|
|
|
- "@vitejs/plugin-vue-jsx": "^1.3.8",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
|
+ "@typescript-eslint/parser": "^5.18.0",
|
|
|
+ "@vitejs/plugin-vue": "^2.3.1",
|
|
|
+ "@vitejs/plugin-vue-jsx": "^1.3.9",
|
|
|
"autoprefixer": "^10.4.4",
|
|
|
"commitizen": "^4.2.4",
|
|
|
- "eslint": "^8.11.0",
|
|
|
+ "eslint": "^8.12.0",
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
"eslint-define-config": "^1.3.0",
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
- "eslint-plugin-vue": "^8.5.0",
|
|
|
+ "eslint-plugin-vue": "^8.6.0",
|
|
|
"husky": "^7.0.4",
|
|
|
"less": "^4.1.2",
|
|
|
- "lint-staged": "^12.3.6",
|
|
|
+ "lint-staged": "^12.3.7",
|
|
|
"postcss": "^8.4.12",
|
|
|
"postcss-html": "^1.3.0",
|
|
|
"postcss-less": "^6.0.0",
|
|
|
- "prettier": "^2.6.0",
|
|
|
+ "prettier": "^2.6.2",
|
|
|
"pretty-quick": "^3.1.3",
|
|
|
"rimraf": "^3.0.2",
|
|
|
- "stylelint": "^14.6.0",
|
|
|
+ "stylelint": "^14.6.1",
|
|
|
"stylelint-config-html": "^1.0.0",
|
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
|
"stylelint-config-standard": "^25.0.0",
|
|
|
"stylelint-order": "^5.0.0",
|
|
|
- "typescript": "4.6.2",
|
|
|
- "unplugin-vue-define-options": "^0.4.0",
|
|
|
- "vite": "2.8.6",
|
|
|
+ "typescript": "4.6.3",
|
|
|
+ "unplugin-vue-define-options": "^0.6.0",
|
|
|
+ "vite": "2.9.1",
|
|
|
"vite-plugin-eslint": "^1.3.0",
|
|
|
"vite-plugin-html": "^3.2.0",
|
|
|
"vite-plugin-mock": "^2.9.6",
|
|
@@ -99,7 +99,7 @@
|
|
|
"vite-plugin-style-import": "^1.4.1",
|
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
|
"vite-plugin-windicss": "^1.8.3",
|
|
|
- "vue-tsc": "^0.33.2",
|
|
|
+ "vue-tsc": "^0.33.9",
|
|
|
"windicss": "^3.5.1",
|
|
|
"windicss-analysis": "^0.3.5",
|
|
|
"plop": "^3.0.5"
|