Skip to content

Commit

Permalink
fix(dependencies): add dependencies to ugui and ui
Browse files Browse the repository at this point in the history
this should fix mixing dependency errors
  • Loading branch information
jasonboukheir committed Feb 20, 2023
1 parent f9967cf commit 0849b7c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"description": "Integrate your game with Algorand, a Pure Proof-of-Stake blockchain overseen by the Algorand Foundation. Create and sign Algorand transactions, use Algorand's REST APIs, and connect to any Algorand wallet supporting WalletConnect.",
"dependencies": {
"com.unity.collections": "1.4.0",
"com.cysharp.unitask": "2.3.1"
"com.cysharp.unitask": "2.3.1",
"com.unity.ugui": "1.0.0",
"com.unity.ui": "1.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions Algorand.Unity.AssetStore/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"com.unity.collections": "1.4.0",
"com.cysharp.unitask": "2.3.1",
"com.unity.ui": "1.0.0",
"com.unity.ugui": "1.0.0"
"com.unity.ugui": "1.0.0",
"com.unity.ui": "1.0.0"
}
},
"com.cysharp.unitask": {
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"description": "Integrate your game with Algorand, a Pure Proof-of-Stake blockchain overseen by the Algorand Foundation. Create and sign Algorand transactions, use Algorand's REST APIs, and connect to any Algorand wallet supporting WalletConnect.",
"dependencies": {
"com.unity.collections": "1.4.0",
"com.cysharp.unitask": "2.3.1"
"com.cysharp.unitask": "2.3.1",
"com.unity.ugui": "1.0.0",
"com.unity.ui": "1.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0849b7c

Please sign in to comment.