From 95a2dd829d1cfeefe4808cc3ff04a7ceb08046bd Mon Sep 17 00:00:00 2001 From: Blank Date: Wed, 22 Jul 2026 13:19:32 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E5=8D=87=E7=BA=A7=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E4=BE=9D=E8=B5=96=E5=BA=93=E8=87=B3=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 GitHub Issue #1 对应的问题。 Closes #1 --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 7f37efb..f6c5472 100644 --- a/package.json +++ b/package.json @@ -20,26 +20,26 @@ "url": "https://gameframex.doc.alianblank.com" }, "dependencies": { - "com.gameframex.unity.asset": "2.5.0", - "com.gameframex.unity.config": "1.1.3", - "com.gameframex.unity.coroutine": "1.0.1", - "com.gameframex.unity.download": "1.1.0", - "com.gameframex.unity.entity": "2.4.1", - "com.gameframex.unity.event": "1.1.0", - "com.gameframex.unity.fsm": "1.0.3", - "com.gameframex.unity.globalconfig": "1.3.0", - "com.gameframex.unity.localization": "2.2.1", - "com.gameframex.unity.mono": "1.1.0", - "com.gameframex.unity.network": "2.5.1", - "com.gameframex.unity.procedure": "1.1.0", - "com.gameframex.unity.scene": "2.2.0", - "com.gameframex.unity.setting": "1.5.0", - "com.gameframex.unity.sound": "1.1.1", - "com.gameframex.unity.timer": "1.1.0", - "com.gameframex.unity.ui": "2.10.0", - "com.gameframex.unity.ui.fairygui": "3.3.0", - "com.gameframex.unity.web": "1.3.3", - "com.gameframex.unity.web.protobuff": "1.1.1" + "com.gameframex.unity.asset": "3.1.0", + "com.gameframex.unity.config": "1.2.0", + "com.gameframex.unity.coroutine": "1.1.0", + "com.gameframex.unity.download": "1.2.0", + "com.gameframex.unity.entity": "2.4.5", + "com.gameframex.unity.event": "1.3.0", + "com.gameframex.unity.fsm": "1.2.0", + "com.gameframex.unity.globalconfig": "1.3.2", + "com.gameframex.unity.localization": "2.3.1", + "com.gameframex.unity.mono": "1.1.3", + "com.gameframex.unity.network": "2.6.10", + "com.gameframex.unity.procedure": "1.4.0", + "com.gameframex.unity.scene": "2.3.0", + "com.gameframex.unity.setting": "1.6.0", + "com.gameframex.unity.sound": "1.3.0", + "com.gameframex.unity.timer": "1.3.0", + "com.gameframex.unity.ui": "2.11.0", + "com.gameframex.unity.ui.fairygui": "3.4.2", + "com.gameframex.unity.web": "1.4.0", + "com.gameframex.unity.web.protobuff": "1.1.4" }, "devDependencies": { "semantic-release": "^24.2.0",