Skip to content

Commit

Permalink
feat: updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Nov 13, 2024
1 parent d454c6b commit 8d4ac66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.4",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.nuget.mono-cecil": "1.11.4"
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.modules.unityanalytics": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -119,9 +119,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -150,9 +150,9 @@
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.subsystems": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.modules.subsystems": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7"
},
"url": "https://packages.unity.com"
Expand All @@ -178,7 +178,8 @@
"com.unity.timeline": "1.7.6",
"com.unity.xr.management": "4.3.3",
"com.unity.xr.oculus": "4.0.0",
"com.unity.postprocessing": "3.2.2"
"com.unity.postprocessing": "3.2.2",
"com.unity.ugui": "1.0.0"
}
},
"com.vrchat.core.bootstrap": {
Expand Down Expand Up @@ -211,8 +212,7 @@
"com.unity.cinemachine": "2.9.7",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.2.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.ugui": "1.0.0"
"com.unity.ai.navigation": "1.1.5"
}
},
"dev.onevr.vrworldtoolkit": {
Expand Down
8 changes: 4 additions & 4 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "3.2.0"
},
"com.vrchat.worlds": {
"version": "3.7.1"
"version": "3.7.3"
}
},
"locked": {
Expand All @@ -20,13 +20,13 @@
"dependencies": {}
},
"com.vrchat.worlds": {
"version": "3.7.1",
"version": "3.7.3",
"dependencies": {
"com.vrchat.base": "3.7.1"
"com.vrchat.base": "3.7.3"
}
},
"com.vrchat.base": {
"version": "3.7.1",
"version": "3.7.3",
"dependencies": {}
}
}
Expand Down

0 comments on commit 8d4ac66

Please sign in to comment.