From c4330e8c5037d987c71b35ee7862f867c1f44f2b Mon Sep 17 00:00:00 2001 From: Ivan Murashka Date: Thu, 29 Aug 2024 22:23:38 +0200 Subject: [PATCH 1/2] update packages --- .BinaryPrefs/Packages/manifest.json | 4 ++-- .BinaryPrefs/Packages/packages-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.BinaryPrefs/Packages/manifest.json b/.BinaryPrefs/Packages/manifest.json index d53a375..f425aa2 100644 --- a/.BinaryPrefs/Packages/manifest.json +++ b/.BinaryPrefs/Packages/manifest.json @@ -4,11 +4,11 @@ "com.boundfoxstudios.fluentassertions": "6.8.0", "com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm", "com.unity.2d.sprite": "1.0.0", - "com.unity.ide.rider": "3.0.28", "com.unity.ide.visualstudio": "2.0.22", + "com.unity.ide.rider": "3.0.31", "com.unity.mobile.android-logcat": "1.4.2", "com.unity.test-framework": "2.0.1-pre.18", - "com.unity.textmeshpro": "3.0.6", + "com.unity.textmeshpro": "3.0.9", "com.unity.ugui": "1.0.0", "com.yasirkula.ingamedebugconsole": "https://github.com/yasirkula/UnityIngameDebugConsole.git", "net.tnrd.nsubstitute": "5.1.0", diff --git a/.BinaryPrefs/Packages/packages-lock.json b/.BinaryPrefs/Packages/packages-lock.json index 9f22339..b5a3155 100644 --- a/.BinaryPrefs/Packages/packages-lock.json +++ b/.BinaryPrefs/Packages/packages-lock.json @@ -34,7 +34,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.28", + "version": "3.0.31", "depth": 0, "source": "registry", "dependencies": { @@ -70,7 +70,7 @@ "url": "https://packages.unity.com" }, "com.unity.textmeshpro": { - "version": "3.0.6", + "version": "3.0.9", "depth": 0, "source": "registry", "dependencies": { From da85d2eae6cd3467d7f002a30e25a34e5a10969d Mon Sep 17 00:00:00 2001 From: Ivan Murashka Date: Thu, 29 Aug 2024 22:23:48 +0200 Subject: [PATCH 2/2] clean unused packages --- .BinaryPrefs/Packages/manifest.json | 2 -- .BinaryPrefs/Packages/packages-lock.json | 16 ---------------- 2 files changed, 18 deletions(-) diff --git a/.BinaryPrefs/Packages/manifest.json b/.BinaryPrefs/Packages/manifest.json index f425aa2..07cd7a3 100644 --- a/.BinaryPrefs/Packages/manifest.json +++ b/.BinaryPrefs/Packages/manifest.json @@ -2,9 +2,7 @@ "dependencies": { "com.appegy.binary-prefs": "file:../..", "com.boundfoxstudios.fluentassertions": "6.8.0", - "com.dbrizov.naughtyattributes": "https://github.com/dbrizov/NaughtyAttributes.git#upm", "com.unity.2d.sprite": "1.0.0", - "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.rider": "3.0.31", "com.unity.mobile.android-logcat": "1.4.2", "com.unity.test-framework": "2.0.1-pre.18", diff --git a/.BinaryPrefs/Packages/packages-lock.json b/.BinaryPrefs/Packages/packages-lock.json index b5a3155..cd68fa1 100644 --- a/.BinaryPrefs/Packages/packages-lock.json +++ b/.BinaryPrefs/Packages/packages-lock.json @@ -13,13 +13,6 @@ "dependencies": {}, "url": "https://package.openupm.com" }, - "com.dbrizov.naughtyattributes": { - "version": "https://github.com/dbrizov/NaughtyAttributes.git#upm", - "depth": 0, - "source": "git", - "dependencies": {}, - "hash": "8a8fa5a9659a6d63f196391c71e06c4286c8acd7" - }, "com.unity.2d.sprite": { "version": "1.0.0", "depth": 0, @@ -42,15 +35,6 @@ }, "url": "https://packages.unity.com" }, - "com.unity.ide.visualstudio": { - "version": "2.0.22", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.test-framework": "1.1.9" - }, - "url": "https://packages.unity.com" - }, "com.unity.mobile.android-logcat": { "version": "1.4.2", "depth": 0,