Skip to content

Commit 7a175f5

Browse files
committed
Updated minimal editor version of minimalproject
1 parent 0ccc834 commit 7a175f5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

minimalproject/Packages/packages-lock.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.6.6",
4+
"version": "1.8.18",
55
"depth": 2,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.mathematics": "1.2.1"
8+
"com.unity.mathematics": "1.2.1",
9+
"com.unity.modules.jsonserialize": "1.0.0"
910
},
1011
"url": "https://packages.unity.com"
1112
},
@@ -61,12 +62,12 @@
6162
"url": "https://packages.unity.com"
6263
},
6364
"com.unity.transport": {
64-
"version": "1.4.0",
65+
"version": "1.5.0",
6566
"depth": 1,
6667
"source": "registry",
6768
"dependencies": {
68-
"com.unity.collections": "1.2.4",
6969
"com.unity.burst": "1.6.6",
70+
"com.unity.collections": "1.2.4",
7071
"com.unity.mathematics": "1.2.6"
7172
},
7273
"url": "https://packages.unity.com"
@@ -79,7 +80,7 @@
7980
},
8081
"com.unity.modules.jsonserialize": {
8182
"version": "1.0.0",
82-
"depth": 4,
83+
"depth": 3,
8384
"source": "builtin",
8485
"dependencies": {}
8586
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.28f1
2-
m_EditorVersionWithRevision: 2021.3.28f1 (232e59c3f087)
1+
m_EditorVersion: 2021.3.48f1
2+
m_EditorVersionWithRevision: 2021.3.48f1 (563f33a39012)

0 commit comments

Comments
 (0)