summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorpany <[email protected]>2023-07-07 15:30:18 +0800
committerpany <[email protected]>2023-07-07 15:30:18 +0800
commita4ab651282bea5bd0b71b6d2a50623c16d39fd1a (patch)
tree1571fb38191efbcc00fd8a78f5774c9d9ce8951f /package.json
parent9710c359af55299d8f286eea4aa106b2106342ba (diff)
chore: 项目发布 4.1.0-beta && 固定 vxe-table 4.4.1 && 固定 prettier 2.8.8 && update other dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 50f6254..388f4a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "v3-admin-vite",
- "version": "4.0.0",
+ "version": "4.1.0-beta",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术.",
"author": {
"name": "pany",
@@ -26,7 +26,7 @@
"dependencies": {
"@element-plus/icons-vue": "2.1.0",
"axios": "1.4.0",
- "dayjs": "1.11.8",
+ "dayjs": "1.11.9",
"element-plus": "2.3.7",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
@@ -37,7 +37,7 @@
"pinia": "2.1.4",
"screenfull": "6.0.2",
"vue": "3.3.4",
- "vue-router": "4.2.2",
+ "vue-router": "4.2.4",
"vxe-table": "4.4.1",
"vxe-table-plugin-element": "3.0.7",
"xe-utils": "3.5.11"
@@ -45,33 +45,33 @@
"devDependencies": {
"@types/js-cookie": "3.0.3",
"@types/lodash-es": "4.17.7",
- "@types/node": "20.3.2",
+ "@types/node": "20.4.0",
"@types/nprogress": "0.2.0",
"@types/path-browserify": "1.0.0",
- "@typescript-eslint/eslint-plugin": "5.60.1",
- "@typescript-eslint/parser": "5.60.1",
+ "@typescript-eslint/eslint-plugin": "5.61.0",
+ "@typescript-eslint/parser": "5.61.0",
"@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/test-utils": "2.4.0",
- "eslint": "8.43.0",
+ "eslint": "8.44.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.15.1",
"husky": "8.0.3",
"jsdom": "22.1.0",
- "lint-staged": "13.2.2",
+ "lint-staged": "13.2.3",
"prettier": "2.8.8",
"sass": "1.63.6",
- "terser": "5.18.1",
- "typescript": "5.1.3",
+ "terser": "5.18.2",
+ "typescript": "5.1.6",
"unocss": "0.53.4",
- "vite": "4.3.9",
+ "vite": "4.4.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-svg-loader": "4.0.0",
- "vitest": "0.32.2",
+ "vitest": "0.33.0",
"vue-eslint-parser": "9.3.1",
- "vue-tsc": "1.8.2"
+ "vue-tsc": "1.8.4"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": [