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 Jul 19, 2024
1 parent 49a1b98 commit 076d4e9
Show file tree
Hide file tree
Showing 4 changed files with 29 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.0"
"com.vrchat.worlds": "^3.6.1"
}
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.8",
"com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
"com.unity.xr.oculus": "4.2.0",
Expand Down
14 changes: 12 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"source": "embedded",
"dependencies": {}
},
"com.unity.ai.navigation": {
"version": "1.1.5",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.12",
"depth": 1,
Expand Down Expand Up @@ -103,7 +112,7 @@
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.8",
"version": "3.0.9",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -201,7 +210,8 @@
"dependencies": {
"com.unity.cinemachine": "2.9.7",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.2.0"
"com.unity.inputsystem": "1.2.0",
"com.unity.ai.navigation": "1.1.5"
}
},
"dev.onevr.vrworldtoolkit": {
Expand Down
27 changes: 15 additions & 12 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,34 @@
"dev.onevr.vrworldtoolkit": {
"version": "3.1.0"
},
"com.vrchat.worlds": {
"version": "3.6.0"
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29"
},
"com.vrchat.base": {
"version": "3.6.1"
},
"com.vrchat.worlds": {
"version": "3.6.1"
}
},
"locked": {
"dev.onevr.vrworldtoolkit": {
"version": "3.1.0",
"dependencies": {}
},
"com.vrchat.worlds": {
"version": "3.6.0",
"dependencies": {
"com.vrchat.base": "3.6.0"
}
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29",
"dependencies": {}
},
"com.vrchat.base": {
"version": "3.6.0",
"version": "3.6.1",
"dependencies": {}
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29",
"dependencies": {}
"com.vrchat.worlds": {
"version": "3.6.1",
"dependencies": {
"com.vrchat.base": "3.6.1"
}
}
}
}

0 comments on commit 076d4e9

Please sign in to comment.