Skip to content

Commit

Permalink
Merge pull request #116 from Centurion-Creative-Connect/project-deps-…
Browse files Browse the repository at this point in the history
…update

Update project packages
  • Loading branch information
DerpyNewbie authored Dec 24, 2023
2 parents f2598aa + 57b35d6 commit b54ffd4
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,31 @@
},
"com.anatawa12.udon-sharp-migration-fix": {
"version": "0.1.1"
},
"com.vrchat.worlds": {
"version": "3.4.2"
}
},
"locked": {
"com.vrchat.worlds": {
"version": "3.4.1",
"dependencies": {
"com.vrchat.base": "3.4.1"
}
},
"com.vrchat.base": {
"version": "3.4.1",
"version": "3.4.2",
"dependencies": {}
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.26",
"dependencies": {}
},
"dev.derpynewbie.logger": {
"version": "0.1.10",
"version": "0.1.11",
"dependencies": {
"com.vrchat.worlds": ">=3.2.0 <=3.3.x",
"com.vrchat.udonsharp": "1.1.x",
"com.vrchat.worlds": "^3.4.0",
"dev.derpynewbie.common": "0.3.x"
}
},
"dev.derpynewbie.common": {
"version": "0.3.6",
"version": "0.3.7",
"dependencies": {
"com.vrchat.worlds": ">=3.2.0 <=3.3.x",
"com.vrchat.udonsharp": "~1.1.0"
"com.vrchat.worlds": "^3.4.0"
}
},
"com.anatawa12.udon-sharp-migration-fix": {
Expand All @@ -46,6 +41,12 @@
"com.vrchat.udonsharp": "^1.1.8",
"com.vrchat.worlds": "^3.1.x"
}
},
"com.vrchat.worlds": {
"version": "3.4.2",
"dependencies": {
"com.vrchat.base": "3.4.2"
}
}
}
}

0 comments on commit b54ffd4

Please sign in to comment.