Skip to content

Commit

Permalink
Merge pull request #44 from everstake/feat/dep_update
Browse files Browse the repository at this point in the history
use strict dep versions
  • Loading branch information
Messer4 authored Dec 6, 2024
2 parents 454b35c + 4d60353 commit 84882ab
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 123 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@everstake/wallet-sdk",
"version": "1.0.5",
"version": "1.0.6",
"description": "Everstake Wallet SDK for Javascript",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/everstake/wallet-sdk#readme",
"dependencies": {
"@solana/web3.js": "^1.75.0",
"bignumber.js": "^9.1.2",
"superstruct": "^0.16.7",
"web3": "^4.14.0"
"@solana/web3.js": "1.95.8",
"bignumber.js": "9.1.2",
"superstruct": "2.0.2",
"web3": "4.16.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
Expand Down
Loading

0 comments on commit 84882ab

Please sign in to comment.