Skip to content
Snippets Groups Projects
Commit c4c72e06 authored by John Schihada's avatar John Schihada
Browse files

Refactoring

parent bfa9a3c4
Branches
No related tags found
No related merge requests found
{ {
"dependencies": { "dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0", "com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "3.4.7", "com.unity.ads": "3.5.2",
"com.unity.analytics": "3.3.5", "com.unity.analytics": "3.3.5",
"com.unity.collab-proxy": "1.2.16", "com.unity.collab-proxy": "1.2.16",
"com.unity.ide.rider": "1.1.4", "com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.1", "com.unity.ide.vscode": "1.2.3",
"com.unity.multiplayer-hlapi": "1.0.6", "com.unity.multiplayer-hlapi": "1.0.6",
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.probuilder": "4.2.1", "com.unity.probuilder": "4.2.1",
"com.unity.purchasing": "2.0.6", "com.unity.purchasing": "2.2.1",
"com.unity.test-framework": "1.1.14", "com.unity.test-framework": "1.1.20",
"com.unity.textmeshpro": "2.0.1", "com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.6", "com.unity.timeline": "1.2.6",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.4", "com.unity.xr.legacyinputhelpers": "2.1.7",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0", "com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"dependencies": {} "dependencies": {}
}, },
"com.unity.ads": { "com.unity.ads": {
"version": "3.4.7", "version": "3.5.2",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.ext.nunit": { "com.unity.ext.nunit": {
"version": "1.0.0", "version": "1.0.6",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.ide.vscode": { "com.unity.ide.vscode": {
"version": "1.2.1", "version": "1.2.3",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
...@@ -86,10 +86,12 @@ ...@@ -86,10 +86,12 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.purchasing": { "com.unity.purchasing": {
"version": "2.0.6", "version": "2.2.1",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.settings-manager": { "com.unity.settings-manager": {
...@@ -100,11 +102,11 @@ ...@@ -100,11 +102,11 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.14", "version": "1.1.20",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.ext.nunit": "1.0.0", "com.unity.ext.nunit": "1.0.6",
"com.unity.modules.imgui": "1.0.0", "com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0" "com.unity.modules.jsonserialize": "1.0.0"
}, },
...@@ -131,14 +133,18 @@ ...@@ -131,14 +133,18 @@
"depth": 0, "depth": 0,
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
"com.unity.modules.ui": "1.0.0" "com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
} }
}, },
"com.unity.xr.legacyinputhelpers": { "com.unity.xr.legacyinputhelpers": {
"version": "2.1.4", "version": "2.1.7",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"nuget.mono-cecil": { "nuget.mono-cecil": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment