Skip to content

Commit b1e4a2d

Browse files
committed
Update packages-lock.json
1 parent 43f583b commit b1e4a2d

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Packages/packages-lock.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
{
22
"dependencies": {
3+
"com.unity.2d.animation": {
4+
"version": "4.2.6",
5+
"depth": 1,
6+
"source": "registry",
7+
"dependencies": {
8+
"com.unity.2d.common": "3.0.1",
9+
"com.unity.mathematics": "1.1.0",
10+
"com.unity.2d.sprite": "1.0.0",
11+
"com.unity.modules.animation": "1.0.0",
12+
"com.unity.modules.uielements": "1.0.0"
13+
},
14+
"url": "https://packages.unity.com"
15+
},
16+
"com.unity.2d.common": {
17+
"version": "3.0.1",
18+
"depth": 1,
19+
"source": "registry",
20+
"dependencies": {
21+
"com.unity.2d.sprite": "1.0.0",
22+
"com.unity.modules.uielements": "1.0.0"
23+
},
24+
"url": "https://packages.unity.com"
25+
},
26+
"com.unity.2d.psdimporter": {
27+
"version": "3.1.6",
28+
"depth": 0,
29+
"source": "registry",
30+
"dependencies": {
31+
"com.unity.2d.common": "3.0.1",
32+
"com.unity.2d.animation": "4.2.6",
33+
"com.unity.2d.sprite": "1.0.0"
34+
},
35+
"url": "https://packages.unity.com"
36+
},
37+
"com.unity.2d.sprite": {
38+
"version": "1.0.0",
39+
"depth": 1,
40+
"source": "builtin",
41+
"dependencies": {}
42+
},
343
"com.unity.collab-proxy": {
444
"version": "1.3.8",
545
"depth": 0,
@@ -37,6 +77,13 @@
3777
"dependencies": {},
3878
"url": "https://packages.unity.com"
3979
},
80+
"com.unity.mathematics": {
81+
"version": "1.1.0",
82+
"depth": 2,
83+
"source": "registry",
84+
"dependencies": {},
85+
"url": "https://packages.unity.com"
86+
},
4087
"com.unity.render-pipelines.core": {
4188
"version": "8.2.0",
4289
"depth": 1,

0 commit comments

Comments
 (0)