Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Nov 3, 2023
1 parent 15c5f3a commit 3949722
Show file tree
Hide file tree
Showing 10 changed files with 129 additions and 106 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.",
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.78.0"
"@helium/spl-utils": "^0.4.3",
"@solana/web3.js": "^1.78.0",
"@metaplex-foundation/js": "^0.19.4"
},
"devDependencies": {
"@helium/spl-utils": "^0.2.17",
"@metaplex-foundation/js": "^0.19.4",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/modular-governance-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"prebuild": "npm run clean && npm run package"
},
"dependencies": {
"@coral-xyz/anchor": "^0.26.0",
"@helium/account-fetch-cache": "^0.2.17",
"@helium/account-fetch-cache-hooks": "^0.2.17",
"@helium/helium-react-hooks": "^0.2.17",
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.4.3",
"@helium/account-fetch-cache-hooks": "^0.4.3",
"@helium/helium-react-hooks": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5",
"@helium/organization-sdk": "^0.0.5",
"@solana/web3.js": "^1.66.2"
"@solana/web3.js": "^1.78.4"
},
"devDependencies": {
"git-format-staged": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-governance-idls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@solana/web3.js": "^1.43.4"
"@solana/web3.js": "^1.78.4"
},
"devDependencies": {
"ts-loader": "^9.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-voter-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.17",
"@helium/anchor-resolvers": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5",
"@solana/spl-token": "^0.3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/organization-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.17",
"@helium/anchor-resolvers": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5",
"@helium/proposal-sdk": "^0.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/organization-wallet-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.17",
"@helium/anchor-resolvers": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5",
"@helium/proposal-sdk": "^0.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/proposal-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.17",
"@helium/anchor-resolvers": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/state-controller-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.17",
"@helium/anchor-resolvers": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/token-voter-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@helium/anchor-resolvers": "^0.2.17",
"@helium/anchor-resolvers": "^0.4.3",
"@helium/modular-governance-idls": "^0.0.5",
"@solana/spl-token": "^0.3.8"
},
Expand Down
Loading

0 comments on commit 3949722

Please sign in to comment.