From 2727a1046f5734be9a105f2508e2dd2b9f5c5c25 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Mon, 8 Dec 2025 19:57:59 +0800 Subject: [PATCH] [release] 4.2.0 --- README.md | 2 +- README.zh-CN.md | 4 ++-- package.json | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4e558df..c5ae0b9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Whether you're a frontend developer, backend developer, operations engineer, gam - 🍩 **Why use...?** Desktop software (in the areas of office work and personal tools) will remain one of the demands on the PC side in the next decade or so, and it can improve work efficiency. - 🍉 **simple:** support js、ts - 🍑 **vision:** All developers can learn to develop desktop software. -- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5600+** +- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5900+** - 🍨 **github:** https://github.com/dromara/electron-egg **2600+** - 🍰 **gitcode:** https://gitcode.com/dromara/electron-egg - 🏆 The Most Valuable Open - source Projects on Gitee diff --git a/README.zh-CN.md b/README.zh-CN.md index ee0dd63..e16056c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -37,8 +37,8 @@ - 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率 - 🍉 **简单:** 支持 js、ts - 🍑 **愿景:** 所有开发者都能学会桌面软件研发 -- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5600+** -- 🍨 **github:** https://github.com/dromara/electron-egg **2200+** +- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5900+** +- 🍨 **github:** https://github.com/dromara/electron-egg **2500+** - 🍰 **gitcode:** https://gitcode.com/dromara/electron-egg - 🏆 码云最有价值开源项目 ![](./public/images/example/ee-zs.png) diff --git a/package.json b/package.json index 0fc0309..47527ee 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ee", - "version": "4.1.0", + "version": "4.2.0", "description": "A fast, desktop software development framework", - "main": "public/electron/main.js", + "main": "./public/electron/main.js", "scripts": { "dev": "ee-bin dev", "build": "npm run build-frontend && npm run build-electron && ee-bin encrypt", @@ -30,14 +30,14 @@ "license": "Apache", "devDependencies": { "@electron/rebuild": "^3.7.1", - "@types/node": "^20.16.0", + "@types/node": "^22.19.1", "debug": "^4.4.0", - "ee-bin": "^4.1.10", - "electron": "^31.7.6", - "electron-builder": "^25.1.8" + "ee-bin": "^4.2.0", + "electron": "^39.2.6", + "electron-builder": "^26.3.5" }, "dependencies": { "ee-core": "^4.1.5", - "electron-updater": "^6.3.8" + "electron-updater": "^6.7.3" } }