Skip to content

Commit

Permalink
Upgrade and remove packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Enovale committed Feb 4, 2021
1 parent 5d1f561 commit acdc025
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 47 deletions.
12 changes: 4 additions & 8 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
"scopedRegistries": [],
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "3.5.2",
"com.unity.analytics": "3.5.3",
"com.unity.collab-proxy": "1.3.9",
"com.unity.ext.nunit": "1.0.5",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.5",
"com.unity.ide.vscode": "1.2.3",
"com.unity.purchasing": "2.1.1",
"com.unity.test-framework": "1.1.19",
"com.unity.textmeshpro": "3.0.1",
"com.unity.timeline": "1.2.12",
"com.unity.test-framework": "1.1.22",
"com.unity.textmeshpro": "3.0.3",
"com.unity.timeline": "1.4.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
Expand Down
50 changes: 11 additions & 39 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,6 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.2d.tilemap": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.ads": {
"version": "3.5.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.analytics": {
"version": "3.5.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "1.3.9",
"depth": 0,
Expand All @@ -38,7 +14,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.5",
"version": "1.0.6",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -67,28 +43,19 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.purchasing": {
"version": "2.1.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.19",
"version": "1.1.22",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.5",
"com.unity.ext.nunit": "1.0.6",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.1",
"version": "3.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -97,10 +64,15 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.2.12",
"version": "1.4.6",
"depth": 0,
"source": "registry",
"dependencies": {},
"dependencies": {
"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"
},
"com.unity.ugui": {
Expand Down

0 comments on commit acdc025

Please sign in to comment.