Skip to content

Commit

Permalink
change grid_client version in weblets/playground
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaElattar committed Nov 8, 2023
1 parent b09595d commit 7182136
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/weblets/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@threefold/grid_client": "2.2.0-rc2",
"@threefold/grid_client": "2.2.0-rc3",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
Expand Down
30 changes: 15 additions & 15 deletions packages/weblets/playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1529,15 +1529,15 @@
resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.43.0.tgz#93108e45cb7ef6d82560c153e3692c2aa1c711b3"
integrity sha512-USEkXA46P9sqClL7PZv0QFsit4S8Im97wchKG0/H/9q3AT/S76r40UHfCr4Un7eBJPE23f7fU9BZ0ITpP9MCsA==

"@threefold/[email protected]rc2":
version "2.2.0-rc2"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.2.0-rc2.tgz#8cca7ff40bfbd8881d646ca65e44f3ede330595c"
integrity sha512-3xSUut0SMFgB7ijdXc701Zh+2OmiSB+7qobE24X2QXS0fII2NALaq4+f26/YVqee3/SPQZCZWrRgllVxSZvqzQ==
"@threefold/[email protected]rc3":
version "2.2.0-rc3"
resolved "https://registry.yarnpkg.com/@threefold/grid_client/-/grid_client-2.2.0-rc3.tgz#cb8360a225a4233ac24a29aaad39ca27e3fd933c"
integrity sha512-RiKXpMcDLrN9pUQs++g4Tr9zyeAf0wMNP0E6mHydPJz7vXo7dp3vciebS4XmmbIZhpPgGOAiASOxabcgLQE0sg==
dependencies:
"@jimber/pkid" "1.0.4"
"@noble/secp256k1" "^1.7.1"
"@threefold/rmb_direct_client" "^2.2.0-rc2"
"@threefold/tfchain_client" "^2.2.0-rc2"
"@threefold/rmb_direct_client" "^2.2.0-rc3"
"@threefold/tfchain_client" "^2.2.0-rc3"
algosdk "^1.19.0"
appdata-path "^1.0.0"
axios "^0.27.2"
Expand All @@ -1559,14 +1559,14 @@
url-parse "^1.5.10"
uuid4 "^2.0.2"

"@threefold/rmb_direct_client@^2.2.0-rc2":
version "2.2.0-rc2"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.2.0-rc2.tgz#de5d83d5822bd7390e0e5af79daab9505f8308a6"
integrity sha512-znuSQWpXMiBvsq8APor7U7odPexyHHCMSMZ6YFbXH8giaOpfAJInL3XNJnpxEbx/ZEnf12EDcFYq3CYyVgGwyQ==
"@threefold/rmb_direct_client@^2.2.0-rc3":
version "2.2.0-rc3"
resolved "https://registry.yarnpkg.com/@threefold/rmb_direct_client/-/rmb_direct_client-2.2.0-rc3.tgz#2b0f19786ee4f511a158559af85caef9f2fe7a2b"
integrity sha512-z5O++ixb8GKRfP1hYcpPXqX/XLE6L7kPzS9HOGG2o2jPWk5+88ZKDSRn9X4uB0EzBGY3ZWNFkAhHEnhUW8K/Dw==
dependencies:
"@noble/secp256k1" "^1.7.1"
"@polkadot/api" "^8.9.1"
"@threefold/tfchain_client" "^2.2.0-rc2"
"@threefold/tfchain_client" "^2.2.0-rc3"
base64url "^3.0.1"
bip39 "^3.1.0"
buffer "^6.0.3"
Expand All @@ -1576,10 +1576,10 @@
uuid "^8.3.2"
ws "^8.12.0"

"@threefold/tfchain_client@^2.2.0-rc2":
version "2.2.0-rc2"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.2.0-rc2.tgz#1e57f099d40fb830ed7de5cac8ab7b8788cc06bd"
integrity sha512-3qlg4CwWkwfsWveIDuz5SKkDXROfiDZLBha2cuTT/ITfkSn/p1LGVpn6DULyJfv+3H8EcsMoicKEPrTXk2kuKQ==
"@threefold/tfchain_client@^2.2.0-rc3":
version "2.2.0-rc3"
resolved "https://registry.yarnpkg.com/@threefold/tfchain_client/-/tfchain_client-2.2.0-rc3.tgz#02055f6d3f8189fb2f83e59eb4d9e620c062c4f0"
integrity sha512-BdQkFNVgO90Q1caGnRR8pngH4DbFWSlWbz646rrScxMmD5WJpbiTQ8qoK2wGzskXhyTfLsCh2Q4zhMl4cd2K3Q==
dependencies:
"@polkadot/api" "^8.9.1"
await-lock "^2.2.2"
Expand Down

0 comments on commit 7182136

Please sign in to comment.