Skip to content

Commit 0fc8111

Browse files
committed
Update packages
1 parent eae8f5e commit 0fc8111

File tree

2 files changed

+11
-42
lines changed

2 files changed

+11
-42
lines changed

src/Packages/manifest.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.0.5",
43
"com.unity.feature.development": "1.0.1",
5-
"com.unity.textmeshpro": "3.0.6",
6-
"com.unity.timeline": "1.7.5",
7-
"com.unity.ugui": "1.0.0",
8-
"com.unity.visualscripting": "1.8.0",
4+
"com.unity.ide.rider": "3.0.27",
5+
"com.unity.testtools.codecoverage": "1.2.5",
6+
"com.unity.textmeshpro": "3.0.7",
97
"com.unity.modules.ai": "1.0.0",
108
"com.unity.modules.androidjni": "1.0.0",
119
"com.unity.modules.animation": "1.0.0",

src/Packages/packages-lock.json

Lines changed: 8 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": {
4-
"version": "2.0.5",
5-
"depth": 0,
6-
"source": "registry",
7-
"dependencies": {},
8-
"url": "https://packages.unity.com"
9-
},
103
"com.unity.editorcoroutines": {
114
"version": "1.0.0",
125
"depth": 1,
@@ -16,7 +9,7 @@
169
},
1710
"com.unity.ext.nunit": {
1811
"version": "1.0.6",
19-
"depth": 2,
12+
"depth": 1,
2013
"source": "registry",
2114
"dependencies": {},
2215
"url": "https://packages.unity.com"
@@ -36,8 +29,8 @@
3629
}
3730
},
3831
"com.unity.ide.rider": {
39-
"version": "3.0.24",
40-
"depth": 1,
32+
"version": "3.0.27",
33+
"depth": 0,
4134
"source": "registry",
4235
"dependencies": {
4336
"com.unity.ext.nunit": "1.0.6"
@@ -69,7 +62,7 @@
6962
},
7063
"com.unity.settings-manager": {
7164
"version": "2.0.1",
72-
"depth": 2,
65+
"depth": 1,
7366
"source": "registry",
7467
"dependencies": {},
7568
"url": "https://packages.unity.com"
@@ -86,8 +79,8 @@
8679
"url": "https://packages.unity.com"
8780
},
8881
"com.unity.testtools.codecoverage": {
89-
"version": "1.2.4",
90-
"depth": 1,
82+
"version": "1.2.5",
83+
"depth": 0,
9184
"source": "registry",
9285
"dependencies": {
9386
"com.unity.test-framework": "1.0.16",
@@ -96,45 +89,23 @@
9689
"url": "https://packages.unity.com"
9790
},
9891
"com.unity.textmeshpro": {
99-
"version": "3.0.6",
92+
"version": "3.0.7",
10093
"depth": 0,
10194
"source": "registry",
10295
"dependencies": {
10396
"com.unity.ugui": "1.0.0"
10497
},
10598
"url": "https://packages.unity.com"
10699
},
107-
"com.unity.timeline": {
108-
"version": "1.7.5",
109-
"depth": 0,
110-
"source": "registry",
111-
"dependencies": {
112-
"com.unity.modules.director": "1.0.0",
113-
"com.unity.modules.animation": "1.0.0",
114-
"com.unity.modules.audio": "1.0.0",
115-
"com.unity.modules.particlesystem": "1.0.0"
116-
},
117-
"url": "https://packages.unity.com"
118-
},
119100
"com.unity.ugui": {
120101
"version": "1.0.0",
121-
"depth": 0,
102+
"depth": 1,
122103
"source": "builtin",
123104
"dependencies": {
124105
"com.unity.modules.ui": "1.0.0",
125106
"com.unity.modules.imgui": "1.0.0"
126107
}
127108
},
128-
"com.unity.visualscripting": {
129-
"version": "1.8.0",
130-
"depth": 0,
131-
"source": "registry",
132-
"dependencies": {
133-
"com.unity.ugui": "1.0.0",
134-
"com.unity.modules.jsonserialize": "1.0.0"
135-
},
136-
"url": "https://packages.unity.com"
137-
},
138109
"com.unity.modules.ai": {
139110
"version": "1.0.0",
140111
"depth": 0,

0 commit comments

Comments
 (0)