Skip to content

Commit

Permalink
Bump dpes
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Oct 20, 2024
1 parent 0c29ef9 commit 2e604b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Packages/UnityWebBrowser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"dev.voltstro.nativearrayspanextensions": "1.0.1",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.cysharp.unitask": "2.5.5",
"org.nuget.voltrpc": "3.2.0"
"com.cysharp.unitask": "2.5.10",
"org.nuget.voltrpc": "3.2.1"
},
"samples": [
{
Expand Down
8 changes: 4 additions & 4 deletions src/UnityWebBrowser.UnityProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.cysharp.unitask": {
"version": "2.5.5",
"version": "2.5.10",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -149,8 +149,8 @@
"dependencies": {
"dev.voltstro.nativearrayspanextensions": "1.0.1",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.cysharp.unitask": "2.5.5",
"org.nuget.voltrpc": "3.2.0"
"com.cysharp.unitask": "2.5.10",
"org.nuget.voltrpc": "3.2.1"
}
},
"dev.voltstro.unitywebbrowser.communication.pipes": {
Expand Down Expand Up @@ -223,7 +223,7 @@
"url": "https://upm-pkgs.voltstro.dev"
},
"org.nuget.voltrpc": {
"version": "3.2.0",
"version": "3.2.1",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VoltRpc" Version="3.2.0" />
<PackageReference Include="VoltRpc" Version="3.2.1" />
<PackageReference Include="VoltRpc.Proxy.Generator" Version="2.3.0" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
Expand Down

0 comments on commit 2e604b6

Please sign in to comment.