build: 📦 更新 npm 包,修复 mock 插件导入问题

This commit is contained in:
ray
2024-08-16 07:37:37 +08:00
parent 674629269c
commit cd49a57aed

View File

@@ -45,39 +45,39 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^10.11.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "5.1.10",
"animate.css": "^4.1.1",
"axios": "^1.7.3",
"axios": "^1.7.4",
"codemirror": "^5.65.17",
"codemirror-editor-vue3": "^2.7.0",
"color": "^4.2.3",
"echarts": "^5.5.1",
"element-plus": "^2.7.8",
"element-plus": "^2.8.0",
"exceljs": "^4.4.0",
"lodash-es": "^4.17.21",
"net": "^1.0.2",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.2",
"pinia": "^2.2.0",
"pinia": "^2.2.2",
"qs": "^6.13.0",
"sockjs-client": "1.6.1",
"sortablejs": "^1.15.2",
"stompjs": "^2.3.3",
"vue": "^3.4.35",
"vue": "^3.4.38",
"vue-i18n": "9.9.1",
"vue-router": "^4.4.2"
"vue-router": "^4.4.3"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@iconify-json/ep": "^1.1.15",
"@iconify-json/ep": "^1.1.16",
"@types/codemirror": "^5.60.15",
"@types/color": "^3.0.6",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.14",
"@types/node": "^20.14.15",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qs": "^6.9.15",
@@ -98,28 +98,28 @@
"eslint-plugin-vue": "^9.27.0",
"fast-glob": "^3.3.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"postcss": "^8.4.40",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"terser": "^5.31.3",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"unocss": "^0.58.9",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.3.5",
"vite-plugin-mock-dev-server": "^1.6.1",
"vite": "^5.4.1",
"vite-plugin-mock-dev-server": "^1.7.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-devtools": "^7.3.7",
"vite-plugin-vue-devtools": "^7.3.8",
"vue-tsc": "^2.0.29"
},
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
@@ -127,5 +127,6 @@
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
},
"packageManager": "pnpm@9.1.3+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd"
}