From dc73c2ef1cc0e79f8b470f53e7dd1777b0359edd Mon Sep 17 00:00:00 2001 From: Andy Baker Date: Tue, 17 Sep 2024 11:32:26 +0100 Subject: [PATCH] Update some UPM packages (#765) A few safe packages we can update --- Packages/manifest.json | 6 +++--- Packages/packages-lock.json | 30 +++++++++++++++--------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index daa299657b..87ef219031 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -10,12 +10,12 @@ "com.unity.cloud.ktx": "3.4.0", "com.unity.editorcoroutines": "1.0.0", "com.unity.formats.usd": "1.0.3-preview.2", - "com.unity.ide.rider": "3.0.28", + "com.unity.ide.rider": "3.0.31", "com.unity.ide.visualstudio": "2.0.22", "com.unity.inputsystem": "https://github.com/icosa-mirror/com.unity.inputsystem.git#1.8.2-openbrush", "com.unity.localization": "1.5.2", - "com.unity.meshopt.decompress": "0.1.0-preview.6", - "com.unity.mobile.android-logcat": "1.4.2", + "com.unity.meshopt.decompress": "0.1.0-preview.7", + "com.unity.mobile.android-logcat": "1.4.3", "com.unity.nuget.mono-cecil": "1.11.4", "com.unity.performance.profile-analyzer": "1.2.2", "com.unity.recorder": "4.0.3", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index d86bace3d6..58f88db129 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -50,11 +50,11 @@ "depth": 1, "source": "registry", "dependencies": { - "com.unity.scriptablebuildpipeline": "1.21.23", "com.unity.modules.assetbundle": "1.0.0", - "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.scriptablebuildpipeline": "1.21.23", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" }, "url": "https://packages.unity.com" @@ -84,10 +84,10 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.burst": "1.8.4", "com.unity.mathematics": "1.3.1", - "com.unity.burst": "1.8.4" + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" }, "url": "https://packages.unity.com" }, @@ -124,7 +124,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.28", + "version": "3.0.31", "depth": 0, "source": "registry", "dependencies": { @@ -168,17 +168,17 @@ "url": "https://packages.unity.com" }, "com.unity.meshopt.decompress": { - "version": "0.1.0-preview.6", + "version": "0.1.0-preview.7", "depth": 0, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1", - "com.unity.burst": "1.4.11" + "com.unity.burst": "1.4.11", + "com.unity.mathematics": "1.2.1" }, "url": "https://packages.unity.com" }, "com.unity.mobile.android-logcat": { - "version": "1.4.2", + "version": "1.4.3", "depth": 0, "source": "registry", "dependencies": {}, @@ -273,9 +273,9 @@ "depth": 0, "source": "registry", "dependencies": { + "com.unity.modules.audio": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", - "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" @@ -332,9 +332,9 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.modules.subsystems": "1.0.0", "com.unity.modules.vr": "1.0.0", "com.unity.modules.xr": "1.0.0", + "com.unity.modules.subsystems": "1.0.0", "com.unity.xr.legacyinputhelpers": "2.1.7" }, "url": "https://packages.unity.com" @@ -353,10 +353,10 @@ "depth": 0, "source": "registry", "dependencies": { - "com.unity.xr.management": "4.4.0", - "com.unity.xr.legacyinputhelpers": "2.1.2", "com.unity.inputsystem": "1.6.3", - "com.unity.xr.core-utils": "2.1.1" + "com.unity.xr.core-utils": "2.1.1", + "com.unity.xr.management": "4.4.0", + "com.unity.xr.legacyinputhelpers": "2.1.2" }, "url": "https://packages.unity.com" },