Skip to content

Commit

Permalink
Fix dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
Petezah committed Oct 25, 2023
1 parent abe5692 commit 380cee0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.5",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.4",
"com.unity.transport": "file:../../com.unity.transport",
"com.unity.transport": "file:../../com.unity.transport/com.unity.transport",
"com.unity.ugui": "1.0.0",
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
"jp.hadashikick.vcontainer": "1.11.0",
Expand Down
28 changes: 20 additions & 8 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "1.2.4",
"version": "2.2.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.6.6",
"com.unity.test-framework": "1.1.31"
"com.unity.burst": "1.8.8",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.test-framework.performance": "3.0.2"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -100,7 +102,7 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.6",
"version": "1.3.1",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -310,6 +312,16 @@
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework.performance": {
"version": "3.0.2",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.31",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.6",
"depth": 0,
Expand Down Expand Up @@ -342,13 +354,13 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "file:../../com.unity.transport",
"version": "file:../../com.unity.transport/com.unity.transport",
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.collections": "1.2.4",
"com.unity.burst": "1.6.6",
"com.unity.mathematics": "1.2.6"
"com.unity.collections": "2.2.1",
"com.unity.burst": "1.8.8",
"com.unity.mathematics": "1.3.1"
}
},
"com.unity.ugui": {
Expand Down

0 comments on commit 380cee0

Please sign in to comment.