uprev @project-serum/anchor --> 0.25.0
This commit is contained in:
parent
70086acfeb
commit
0ef4c672c4
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/sbv2-utils",
|
"name": "@switchboard-xyz/sbv2-utils",
|
||||||
"version": "0.1.52",
|
"version": "0.1.53",
|
||||||
"description": "some basic utility functions when working with switchboard-v2",
|
"description": "some basic utility functions when working with switchboard-v2",
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
@ -35,12 +35,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@orca-so/sdk": "^1.2.24",
|
"@orca-so/sdk": "^1.2.24",
|
||||||
"@project-serum/anchor": "^0.24.2",
|
"@project-serum/anchor": "^0.25.0",
|
||||||
"@saberhq/token-utils": "^1.13.32",
|
"@saberhq/token-utils": "^1.13.32",
|
||||||
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
||||||
"@solana/web3.js": "^1.66.2",
|
"@solana/web3.js": "^1.66.2",
|
||||||
"@switchboard-xyz/common": "^2.1.3",
|
"@switchboard-xyz/common": "^2.1.3",
|
||||||
"@switchboard-xyz/switchboard-v2": "^0.0.158",
|
"@switchboard-xyz/switchboard-v2": "^0.0.159",
|
||||||
"big.js": "^6.2.1",
|
"big.js": "^6.2.1",
|
||||||
"bn.js": "^5.2.1",
|
"bn.js": "^5.2.1",
|
||||||
"chalk": "4",
|
"chalk": "4",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@switchboard-xyz/switchboard-v2",
|
"name": "@switchboard-xyz/switchboard-v2",
|
||||||
"version": "0.0.158",
|
"version": "0.0.159",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "mitch@switchboard.xyz",
|
"author": "mitch@switchboard.xyz",
|
||||||
"description": "API wrapper for intergating with the Switchboardv2 program",
|
"description": "API wrapper for intergating with the Switchboardv2 program",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"@solana/web3.js": "^1.44.3"
|
"@solana/web3.js": "^1.44.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@project-serum/anchor": "^0.24.2",
|
"@project-serum/anchor": "^0.25.0",
|
||||||
"@solana/spl-governance": "^0.0.34",
|
"@solana/spl-governance": "^0.0.34",
|
||||||
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
"@solana/spl-token-v2": "npm:@solana/spl-token@^0.2.0",
|
||||||
"@solana/web3.js": "^1.66.2",
|
"@solana/web3.js": "^1.66.2",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue