uprev switchboard deps in examples dir
This commit is contained in:
parent
8c683f76f8
commit
db3b442aff
|
@ -20,7 +20,7 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "^1.33.0",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.124",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.126",
|
||||
"big.js": "^6.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/spl-token": "^0.2.0",
|
||||
"@solana/web3.js": "^1.37.1",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.124",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.126",
|
||||
"chalk": "^4.1.2",
|
||||
"dotenv": "^16.0.1",
|
||||
"readline-sync": "^1.4.10"
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "1.33.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.32",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.124",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.39",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.126",
|
||||
"dotenv": "^16.0.1",
|
||||
"node-pagerduty": "^1.3.6"
|
||||
},
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "^1.42.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.33",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.124",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.39",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.126",
|
||||
"node-fetch": "^2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.24.2",
|
||||
"@solana/web3.js": "^1.50.1",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.33",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.124",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.39",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.126",
|
||||
"fs": "^0.0.1-security"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
"@project-serum/borsh": "^0.2.5",
|
||||
"@solana/spl-token": "^0.2.0",
|
||||
"@solana/web3.js": "^1.42.0",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.33",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.124",
|
||||
"@switchboard-xyz/sbv2-utils": "^0.1.39",
|
||||
"@switchboard-xyz/switchboard-v2": "^0.0.126",
|
||||
"chalk": "^4.1.2",
|
||||
"child_process": "^1.0.2",
|
||||
"dotenv": "^16.0.1",
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -4162,27 +4162,6 @@
|
|||
node-fetch "^3.2.6"
|
||||
protobufjs "^6.11.3"
|
||||
|
||||
"@switchboard-xyz/switchboard-v2@^0.0.125":
|
||||
version "0.0.125"
|
||||
resolved "https://registry.npmjs.org/@switchboard-xyz/switchboard-v2/-/switchboard-v2-0.0.125.tgz#02ad03637026f8420e8da5f6d404cf1b44cf304f"
|
||||
integrity sha512-W/xzVMR1cCO/5gY7sO9yKXgIabqqg3eNVet7QVOKhFQQAX4JKsEdZgITZEwlm7/mgb/OGTpvqWzWae45O1ZWAg==
|
||||
dependencies:
|
||||
"@project-serum/anchor" "^0.24.2"
|
||||
"@solana/spl-governance" "^0.0.34"
|
||||
"@solana/spl-token" "^0.2.0"
|
||||
"@solana/web3.js" "^1.44.3"
|
||||
"@types/big.js" "^6.1.4"
|
||||
assert "^2.0.0"
|
||||
big.js "^6.2.0"
|
||||
bs58 "^5.0.0"
|
||||
chan "^0.6.1"
|
||||
crypto-js "^4.0.0"
|
||||
glob "^8.0.3"
|
||||
long "^4.0.0"
|
||||
mocha "^9.1.1"
|
||||
node-fetch "^3.2.6"
|
||||
protobufjs "^6.11.3"
|
||||
|
||||
"@szmarczak/http-timer@^1.1.2":
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
|
||||
|
|
Loading…
Reference in New Issue