feat(deps): update vite version to 5.x (#3508)

This commit is contained in:
xingyu
2024-01-06 09:19:52 +08:00
committed by GitHub
parent d709dd67b5
commit e6c7b5f928
22 changed files with 467 additions and 744 deletions

View File

@@ -15,6 +15,7 @@
"email": "anncwb@126.com",
"url": "https://github.com/anncwb"
},
"type": "module",
"scripts": {
"bootstrap": "pnpm install",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
@@ -72,11 +73,11 @@
"@logicflow/core": "^1.2.18",
"@logicflow/extension": "^1.2.19",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.3",
"@vue/shared": "^3.4.5",
"@vueuse/core": "^10.7.1",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.0.8",
"axios": "^1.6.3",
"axios": "^1.6.4",
"codemirror": "^5.65.16",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
@@ -99,7 +100,7 @@
"tinymce": "^5.10.9",
"unocss": "0.58.3",
"vditor": "^3.9.8",
"vue": "^3.4.3",
"vue": "^3.4.5",
"vue-i18n": "^9.8.0",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5",
@@ -111,9 +112,9 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify/json": "^2.2.163",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@iconify/json": "^2.2.164",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.1",
@@ -129,7 +130,7 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.3",
"@vue/compiler-sfc": "^3.4.5",
"@vue/test-utils": "^2.4.3",
"cross-env": "^7.0.3",
"cz-git": "^1.8.0",
@@ -139,10 +140,10 @@
"prettier": "^3.1.1",
"prettier-plugin-packagejson": "^2.4.8",
"rimraf": "^5.0.5",
"turbo": "^1.11.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^4.5.1",
"vite": "^5.0.10",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^1.8.27"
},