Skip to content

Commit

Permalink
chore: update solana and everstake deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Feb 6, 2025
1 parent a2203e3 commit 26e1727
Show file tree
Hide file tree
Showing 8 changed files with 645 additions and 121 deletions.
2 changes: 1 addition & 1 deletion packages/blockchain-link-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"dependencies": {
"@everstake/wallet-sdk": "^1.0.7",
"@everstake/wallet-sdk": "^1.0.10",
"@solana/web3.js": "^2.0.0",
"@trezor/type-utils": "workspace:*",
"@trezor/utxo-lib": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-link-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepublish": "yarn tsx ../../scripts/prepublish.js"
},
"dependencies": {
"@everstake/wallet-sdk": "^1.0.7",
"@everstake/wallet-sdk": "^1.0.10",
"@mobily/ts-belt": "^3.13.1",
"@trezor/env-utils": "workspace:*",
"@trezor/utils": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/blockchain-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"worker-loader": "^3.0.8"
},
"dependencies": {
"@everstake/wallet-sdk": "^1.0.7",
"@everstake/wallet-sdk": "^1.0.10",
"@solana-program/token": "^0.4.1",
"@solana-program/token-2022": "^0.3.1",
"@solana-program/token-2022": "^0.3.4",
"@solana/web3.js": "^2.0.0",
"@trezor/blockchain-link-types": "workspace:*",
"@trezor/blockchain-link-utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@solana-program/compute-budget": "^0.6.1",
"@solana-program/system": "^0.6.2",
"@solana-program/token": "^0.4.1",
"@solana-program/token-2022": "^0.3.1",
"@solana-program/token-2022": "^0.3.4",
"@solana/web3.js": "^2.0.0",
"@trezor/blockchain-link": "workspace:*",
"@trezor/blockchain-link-types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test-unit:watch": "yarn g:jest -o --watch"
},
"dependencies": {
"@everstake/wallet-sdk": "^1.0.7",
"@everstake/wallet-sdk": "^1.0.10",
"@floating-ui/react": "^0.26.9",
"@formatjs/intl": "2.10.0",
"@hookform/resolvers": "3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion suite-common/message-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@trezor/utils": "workspace:*",
"ajv": "^8.17.1",
"fs-extra": "^11.2.0",
"json-schema-to-typescript": "^13.1.2",
"json-schema-to-typescript": "^15.0.4",
"jws": "^4.0.0",
"react": "18.2.0",
"react-redux": "8.0.7",
Expand Down
2 changes: 1 addition & 1 deletion suite-common/wallet-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-unit:watch": "yarn g:jest -c ../../jest.config.base.js -o --watch"
},
"dependencies": {
"@everstake/wallet-sdk": "^1.0.7",
"@everstake/wallet-sdk": "^1.0.10",
"@suite-common/fiat-services": "workspace:*",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/suite-config": "workspace:*",
Expand Down
Loading

0 comments on commit 26e1727

Please sign in to comment.