Skip to content

Commit

Permalink
chore: update VRCSDK dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Dec 1, 2024
1 parent 76eca08 commit 5325c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/ProjectRoot/vpm-manifest-2022.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"com.vrchat.avatars": {
"version": "3.7.0"
"version": "3.7.4"
},
"nadena.dev.ndmf": {
"version": "1.6.0"
}
},
"locked": {
"com.vrchat.avatars": {
"version": "3.7.0",
"version": "3.7.4",
"dependencies": {
"com.vrchat.base": "3.7.0"
"com.vrchat.base": "3.7.4"
}
},
"com.vrchat.base": {
"version": "3.7.0",
"version": "3.7.4",
"dependencies": {}
},
"nadena.dev.ndmf": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"vpmDependencies": {
"com.vrchat.avatars": ">=3.7.0",
"com.vrchat.avatars": ">=3.7.4",
"nadena.dev.ndmf": ">=1.6.0 <2.0.0-a"
}
}

0 comments on commit 5325c80

Please sign in to comment.