Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Nov 10, 2024
1 parent c8f1a31 commit ffe81a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions UGemini/Packages/com.uralstech.ugemini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
}
],
"dependencies": {
"com.uralstech.utils.singleton": "1.1.0",
"com.uralstech.ucloud.operations": "1.1.4",
"com.uralstech.utils.singleton": "1.1.1",
"com.uralstech.ucloud.operations": "1.1.5",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0"
Expand Down
13 changes: 7 additions & 6 deletions UGemini/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@
}
},
"com.uralstech.ucloud.operations": {
"version": "1.1.4",
"version": "1.1.5",
"depth": 1,
"source": "registry",
"dependencies": {
"com.uralstech.utils.singleton": "1.0.1",
"com.unity.nuget.newtonsoft-json": "3.2.1"
"com.uralstech.utils.singleton": "1.1.1",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://package.openupm.com"
},
Expand All @@ -72,15 +73,15 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.uralstech.utils.singleton": "1.1.0",
"com.uralstech.ucloud.operations": "1.1.4",
"com.uralstech.utils.singleton": "1.1.1",
"com.uralstech.ucloud.operations": "1.1.5",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0"
}
},
"com.uralstech.utils.singleton": {
"version": "1.1.0",
"version": "1.1.1",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down

0 comments on commit ffe81a9

Please sign in to comment.