Skip to content

Commit

Permalink
chore: updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Oct 15, 2024
1 parent dd91aba commit e8b3e73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Packages/black.kit.toybox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {},
"gitDependencies": {},
"vpmDependencies": {
"com.vrchat.worlds": "^3.6.1"
"com.vrchat.worlds": "^3.7.1"
}
}
3 changes: 2 additions & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
"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.ai.navigation": "1.1.5",
"com.unity.ugui": "1.0.0"
}
},
"dev.onevr.vrworldtoolkit": {
Expand Down
25 changes: 11 additions & 14 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
{
"dependencies": {
"dev.onevr.vrworldtoolkit": {
"version": "3.1.0"
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29"
},
"com.vrchat.base": {
"version": "3.6.1"
"dev.onevr.vrworldtoolkit": {
"version": "3.2.0"
},
"com.vrchat.worlds": {
"version": "3.6.1"
"version": "3.7.1"
}
},
"locked": {
"dev.onevr.vrworldtoolkit": {
"version": "3.1.0",
"dependencies": {}
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29",
"dependencies": {}
},
"com.vrchat.base": {
"version": "3.6.1",
"dev.onevr.vrworldtoolkit": {
"version": "3.2.0",
"dependencies": {}
},
"com.vrchat.worlds": {
"version": "3.6.1",
"version": "3.7.1",
"dependencies": {
"com.vrchat.base": "3.6.1"
"com.vrchat.base": "3.7.1"
}
},
"com.vrchat.base": {
"version": "3.7.1",
"dependencies": {}
}
}
}

0 comments on commit e8b3e73

Please sign in to comment.