Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

chore: 升级依赖

This commit is contained in:
pany 2022-05-10 10:16:43 +08:00
parent 62d2e35eda
commit b6f4513d6b
4 changed files with 260 additions and 220 deletions

View File

@ -51,7 +51,7 @@
# 配置
1. 安装 .vscode 中推荐的插件
3. node 版本 16+
4. pnpm 版本 6.x
4. pnpm 版本 7.x
# 克隆项目
git clone https://github.com/un-pany/v3-admin-vite.git

View File

@ -1,6 +1,6 @@
{
"name": "v3-admin-vite",
"version": "3.1.4",
"version": "3.1.5",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite 等主流技术.",
"author": {
"name": "pany",
@ -25,15 +25,15 @@
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"axios": "^0.27.2",
"dayjs": "^1.11.1",
"element-plus": "^2.1.11",
"dayjs": "^1.11.2",
"element-plus": "^2.2.0",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.13",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.14",
"screenfull": "^6.0.1",
"vue": "^3.2.33",
"vue-router": "^4.0.15"
@ -44,12 +44,12 @@
"@types/node": "^17.0.31",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-vue": "^2.3.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",

460
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -167,7 +167,7 @@ const state = reactive({
user-select: none;
img {
width: 100px;
height: 40px;
height: 42px;
border-radius: 4px;
}
}