Skip to content

Commit 37746d4

Browse files
authored
chore: update packages-lock.json files (#1835)
1 parent 026b748 commit 37746d4

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

minimalproject/Packages/packages-lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"url": "https://packages.unity.com"
1111
},
1212
"com.unity.collections": {
13-
"version": "1.1.0",
14-
"depth": 1,
13+
"version": "1.2.3",
14+
"depth": 2,
1515
"source": "registry",
1616
"dependencies": {
17-
"com.unity.burst": "1.5.4",
18-
"com.unity.test-framework": "1.1.29"
17+
"com.unity.burst": "1.6.4",
18+
"com.unity.test-framework": "1.1.31"
1919
},
2020
"url": "https://packages.unity.com"
2121
},
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"com.unity.nuget.mono-cecil": "1.10.1",
4242
"com.unity.collections": "1.1.0",
43-
"com.unity.transport": "1.0.0-pre.15"
43+
"com.unity.transport": "1.0.0-pre.16"
4444
}
4545
},
4646
"com.unity.nuget.mono-cecil": {
@@ -51,8 +51,8 @@
5151
"url": "https://packages.unity.com"
5252
},
5353
"com.unity.test-framework": {
54-
"version": "1.1.29",
55-
"depth": 2,
54+
"version": "1.1.31",
55+
"depth": 3,
5656
"source": "registry",
5757
"dependencies": {
5858
"com.unity.ext.nunit": "1.0.6",
@@ -62,11 +62,11 @@
6262
"url": "https://packages.unity.com"
6363
},
6464
"com.unity.transport": {
65-
"version": "1.0.0-pre.15",
65+
"version": "1.0.0-pre.16",
6666
"depth": 1,
6767
"source": "registry",
6868
"dependencies": {
69-
"com.unity.collections": "1.1.0",
69+
"com.unity.collections": "1.2.3",
7070
"com.unity.burst": "1.6.4",
7171
"com.unity.mathematics": "1.2.5"
7272
},

testproject-tools-integration/Packages/packages-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
1111
},
1212
"com.unity.collections": {
13-
"version": "1.1.0",
14-
"depth": 1,
13+
"version": "1.2.3",
14+
"depth": 2,
1515
"source": "registry",
1616
"dependencies": {
17-
"com.unity.burst": "1.5.4",
18-
"com.unity.test-framework": "1.1.29"
17+
"com.unity.burst": "1.6.4",
18+
"com.unity.test-framework": "1.1.31"
1919
},
2020
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
2121
},
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"com.unity.nuget.mono-cecil": "1.10.1",
6464
"com.unity.collections": "1.1.0",
65-
"com.unity.transport": "1.0.0-pre.15"
65+
"com.unity.transport": "1.0.0-pre.16"
6666
}
6767
},
6868
"com.unity.nuget.mono-cecil": {
@@ -108,11 +108,11 @@
108108
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
109109
},
110110
"com.unity.transport": {
111-
"version": "1.0.0-pre.15",
111+
"version": "1.0.0-pre.16",
112112
"depth": 1,
113113
"source": "registry",
114114
"dependencies": {
115-
"com.unity.collections": "1.1.0",
115+
"com.unity.collections": "1.2.3",
116116
"com.unity.burst": "1.6.4",
117117
"com.unity.mathematics": "1.2.5"
118118
},

testproject/Packages/packages-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"url": "https://packages.unity.com"
1818
},
1919
"com.unity.collections": {
20-
"version": "1.1.0",
21-
"depth": 1,
20+
"version": "1.2.3",
21+
"depth": 2,
2222
"source": "registry",
2323
"dependencies": {
24-
"com.unity.burst": "1.5.4",
25-
"com.unity.test-framework": "1.1.29"
24+
"com.unity.burst": "1.6.4",
25+
"com.unity.test-framework": "1.1.31"
2626
},
2727
"url": "https://packages.unity.com"
2828
},
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"com.unity.nuget.mono-cecil": "1.10.1",
7474
"com.unity.collections": "1.1.0",
75-
"com.unity.transport": "1.0.0-pre.15"
75+
"com.unity.transport": "1.0.0-pre.16"
7676
}
7777
},
7878
"com.unity.nuget.mono-cecil": {
@@ -177,11 +177,11 @@
177177
"url": "https://packages.unity.com"
178178
},
179179
"com.unity.transport": {
180-
"version": "1.0.0-pre.15",
180+
"version": "1.0.0-pre.16",
181181
"depth": 1,
182182
"source": "registry",
183183
"dependencies": {
184-
"com.unity.collections": "1.1.0",
184+
"com.unity.collections": "1.2.3",
185185
"com.unity.burst": "1.6.4",
186186
"com.unity.mathematics": "1.2.5"
187187
},

0 commit comments

Comments
 (0)