From 9b2131dd008e48f65fc8e6a2027865b9242e575a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Thu, 8 Aug 2024 16:44:36 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E4=BE=9D=E8=B5=96=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 26 +++++++++++++------------- tsconfig.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 29ec907..47a458d 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,7 @@ "electron-app" ], "engines": { - "node": ">= 16", - "npm": ">=8.5.2" + "node": ">= 18" }, "debug": { "env": { @@ -40,40 +39,41 @@ "devDependencies": { "@iconify/vue": "^4.1.1", "@types/nedb": "^1.8.16", - "@types/node": "^18.15.11", "@vitejs/plugin-vue": "^4.3.3", "@vue/eslint-config-prettier": "^7.1.0", - "@vueuse/core": "^8.9.4", + "@vueuse/core": "^9.13.0", + "eslint": "^7.28.0", "autoprefixer": "^10.4.15", "cssnano": "^6.0.1", - "electron": "^25.9.7", - "electron-builder": "^24.6.3", + "electron": "^26.6.10", + "electron-builder": "^24.13.3", + "electron-builder-squirrel-windows": "^24.13.3", "element-plus": "^2.4.2", - "eslint": "^8.56.0", "eslint-plugin-prettier": "^4.2.1", "moment": "^2.29.4", "nedb": "^1.8.0", "node-cmd": "^5.0.0", "prettier": "^2.8.8", "sass": "^1.66.1", - "sass-loader": "^13.3.2", "tailwindcss": "^3.3.3", "tree-kill": "^1.2.2", "typescript": "^5.1.6", "vite": "^4.4.9", "vite-plugin-electron": "^0.15.3", "vite-plugin-electron-renderer": "^0.14.5", - "vue": "^3.3.13", - "vue-demi": "^0.14.10", - "vue-router": "^4.2.5", + "vue": "^3.3.4", + "vue-router": "^4.2.4", "vue-tsc": "^2.0.22", - "vue-types": "^5.1.1" + "vue-types": "^5.1.1", + "postcss": "^8.4.31" }, "dependencies": { "adm-zip": "^0.5.14", "animate.css": "^4.1.1", "electron-dl": "^3.5.1", "electron-log": "^5.1.7", - "tar": "^6.2.0" + "tar": "^6.2.0", + "unused-filename": "^4.0.1", + "isbinaryfile": "4.0.10" } } diff --git a/tsconfig.json b/tsconfig.json index afca1ed..216c79d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ ] }, "types": [ - "node", +// "node", "vite/client", "element-plus/global" ],