From 1b55abce16f7c05795ee5e9183646ad223f5c340 Mon Sep 17 00:00:00 2001 From: treen Date: Mon, 10 Oct 2022 15:08:26 +0800 Subject: [PATCH] Update package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复版本依赖错误 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eaf2a83..a9bddc9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ } ], "dependencies": { - "com.unity.addressables": "1.0.0", + "com.unity.addressables": "1.18.19", "com.unity.ui": "1.0.0-preview.18" }, "author": { @@ -31,4 +31,4 @@ "@treen:registry": "https://npm.pkg.github.com" }, "hideInEditor": false -} \ No newline at end of file +}