Skip to content

Commit

Permalink
Merge pull request #391 from multiversx/optimize-deps-next
Browse files Browse the repository at this point in the history
Define BigNumber as a peer dependency
  • Loading branch information
andreibancioiu authored Feb 26, 2024
2 parents 8b04049 + 3605c69 commit c50f9bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-core",
"version": "13.0.0-beta.3",
"version": "13.0.0-beta.4",
"description": "MultiversX SDK for JavaScript and TypeScript",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down Expand Up @@ -29,7 +29,6 @@
"@multiversx/sdk-transaction-decoder": "1.0.2",
"json-bigint": "1.0.0",
"bech32": "1.1.4",
"bignumber.js": "9.0.1",
"blake2b": "2.1.3",
"buffer": "6.0.3",
"json-duplicate-key-handle": "1.0.0",
Expand All @@ -56,5 +55,8 @@
"eslint": "8.28.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.4"
},
"peerDependencies": {
"bignumber.js": "^9.0.1"
}
}

0 comments on commit c50f9bd

Please sign in to comment.