Skip to content

Commit 1808f75

Browse files
committed
Remove unused packages
1 parent db9a0fd commit 1808f75

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Packages/manifest.json

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"com.unity.2d.spriteshape": "3.0.18",
88
"com.unity.2d.tilemap": "1.0.0",
99
"com.unity.ide.visualstudio": "2.0.22",
10-
"com.unity.mathematics": "1.2.6",
11-
"com.unity.test-framework": "1.1.33",
1210
"com.unity.textmeshpro": "2.1.6",
1311
"com.unity.ugui": "1.0.0",
1412
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"com.unity.ext.nunit": {
7575
"version": "1.0.6",
76-
"depth": 1,
76+
"depth": 2,
7777
"source": "registry",
7878
"dependencies": {},
7979
"url": "https://packages.unity.com"
@@ -88,15 +88,15 @@
8888
"url": "https://packages.unity.com"
8989
},
9090
"com.unity.mathematics": {
91-
"version": "1.2.6",
92-
"depth": 0,
91+
"version": "1.1.0",
92+
"depth": 1,
9393
"source": "registry",
9494
"dependencies": {},
9595
"url": "https://packages.unity.com"
9696
},
9797
"com.unity.test-framework": {
98-
"version": "1.1.33",
99-
"depth": 0,
98+
"version": "1.1.31",
99+
"depth": 1,
100100
"source": "registry",
101101
"dependencies": {
102102
"com.unity.ext.nunit": "1.0.6",

0 commit comments

Comments
 (0)