Skip to content

Commit

Permalink
Merge pull request #832 from cygaar/pin_package_versions
Browse files Browse the repository at this point in the history
fix: pin all node dependencies + update @solana/web3.js to safe version
  • Loading branch information
shakkernerd authored Dec 4, 2024
2 parents 438c1f1 + 0742326 commit 9ff30c5
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 217 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "0.1.0",
"@rollup/plugin-typescript": "11.1.6",
"@solana/web3.js": "1.95.5",
"@solana/web3.js": "1.95.8",
"@types/fluent-ffmpeg": "2.1.27",
"@types/jest": "29.5.14",
"@types/mocha": "10.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-goat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@goat-sdk/core": "0.3.8",
"@goat-sdk/plugin-erc20": "0.1.6",
"@goat-sdk/wallet-viem": "0.1.3",
"tsup": "^8.3.5",
"viem": "^2.21.45"
"tsup": "8.3.5",
"viem": "2.21.53"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@ai16z/plugin-trustdb": "workspace:*",
"@coral-xyz/anchor": "0.30.1",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "1.95.5",
"@solana/web3.js": "1.95.8",
"bignumber": "1.1.0",
"bignumber.js": "9.1.2",
"bs58": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@ai16z/eliza": "workspace:*",
"@phala/dstack-sdk": "0.1.4",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "1.95.5",
"@solana/web3.js": "1.95.8",
"bignumber": "1.1.0",
"bignumber.js": "9.1.2",
"bs58": "6.0.0",
Expand Down
Loading

0 comments on commit 9ff30c5

Please sign in to comment.