Skip to content

Commit 380cee0

Browse files
committed
Fix dependencies again
1 parent abe5692 commit 380cee0

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"com.unity.textmeshpro": "3.0.6",
2020
"com.unity.timeline": "1.7.5",
2121
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.4",
22-
"com.unity.transport": "file:../../com.unity.transport",
22+
"com.unity.transport": "file:../../com.unity.transport/com.unity.transport",
2323
"com.unity.ugui": "1.0.0",
2424
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
2525
"jp.hadashikick.vcontainer": "1.11.0",

Packages/packages-lock.json

+20-8
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@
4141
"url": "https://packages.unity.com"
4242
},
4343
"com.unity.collections": {
44-
"version": "1.2.4",
44+
"version": "2.2.1",
4545
"depth": 1,
4646
"source": "registry",
4747
"dependencies": {
48-
"com.unity.burst": "1.6.6",
49-
"com.unity.test-framework": "1.1.31"
48+
"com.unity.burst": "1.8.8",
49+
"com.unity.modules.unityanalytics": "1.0.0",
50+
"com.unity.nuget.mono-cecil": "1.11.4",
51+
"com.unity.test-framework.performance": "3.0.2"
5052
},
5153
"url": "https://packages.unity.com"
5254
},
@@ -100,7 +102,7 @@
100102
"url": "https://packages.unity.com"
101103
},
102104
"com.unity.mathematics": {
103-
"version": "1.2.6",
105+
"version": "1.3.1",
104106
"depth": 1,
105107
"source": "registry",
106108
"dependencies": {},
@@ -310,6 +312,16 @@
310312
},
311313
"url": "https://packages.unity.com"
312314
},
315+
"com.unity.test-framework.performance": {
316+
"version": "3.0.2",
317+
"depth": 2,
318+
"source": "registry",
319+
"dependencies": {
320+
"com.unity.test-framework": "1.1.31",
321+
"com.unity.modules.jsonserialize": "1.0.0"
322+
},
323+
"url": "https://packages.unity.com"
324+
},
313325
"com.unity.textmeshpro": {
314326
"version": "3.0.6",
315327
"depth": 0,
@@ -342,13 +354,13 @@
342354
"url": "https://packages.unity.com"
343355
},
344356
"com.unity.transport": {
345-
"version": "file:../../com.unity.transport",
357+
"version": "file:../../com.unity.transport/com.unity.transport",
346358
"depth": 0,
347359
"source": "local",
348360
"dependencies": {
349-
"com.unity.collections": "1.2.4",
350-
"com.unity.burst": "1.6.6",
351-
"com.unity.mathematics": "1.2.6"
361+
"com.unity.collections": "2.2.1",
362+
"com.unity.burst": "1.8.8",
363+
"com.unity.mathematics": "1.3.1"
352364
}
353365
},
354366
"com.unity.ugui": {

0 commit comments

Comments
 (0)