Skip to content

Commit 7fb6ed5

Browse files
committed
Corrected tools testproject manifest after last Renovate PR
1 parent be46119 commit 7fb6ed5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

testproject-tools-integration/Packages/manifest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
77
"com.unity.test-framework": "1.4.6",
88
"com.unity.test-framework.performance": "3.2.0",
9-
"com.unity.transport": "2.5.3",
10-
"com.unity.test-framework.performance": "3.2.0",
119
"com.unity.transport": "2.6.0",
1210
"com.unity.modules.ai": "1.0.0",
1311
"com.unity.modules.androidjni": "1.0.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.19",
4+
"version": "1.8.24",
55
"depth": 1,
66
"source": "registry",
77
"dependencies": {
@@ -30,7 +30,7 @@
3030
"url": "https://packages.unity.com"
3131
},
3232
"com.unity.ide.rider": {
33-
"version": "3.0.37",
33+
"version": "3.0.38",
3434
"depth": 0,
3535
"source": "registry",
3636
"dependencies": {
@@ -39,7 +39,7 @@
3939
"url": "https://packages.unity.com"
4040
},
4141
"com.unity.mathematics": {
42-
"version": "1.3.1",
42+
"version": "1.3.2",
4343
"depth": 1,
4444
"source": "registry",
4545
"dependencies": {},
@@ -100,7 +100,7 @@
100100
"url": "https://packages.unity.com"
101101
},
102102
"com.unity.test-framework.performance": {
103-
"version": "3.1.0",
103+
"version": "3.2.0",
104104
"depth": 0,
105105
"source": "registry",
106106
"dependencies": {
@@ -110,13 +110,13 @@
110110
"url": "https://packages.unity.com"
111111
},
112112
"com.unity.transport": {
113-
"version": "2.5.3",
113+
"version": "2.6.0",
114114
"depth": 0,
115115
"source": "registry",
116116
"dependencies": {
117-
"com.unity.burst": "1.8.12",
117+
"com.unity.burst": "1.8.24",
118118
"com.unity.collections": "2.2.1",
119-
"com.unity.mathematics": "1.3.1"
119+
"com.unity.mathematics": "1.3.2"
120120
},
121121
"url": "https://packages.unity.com"
122122
},

0 commit comments

Comments
 (0)