Skip to content

Commit

Permalink
Merge pull request #65 from multiversx/TOOL-221-use-non-fixed-version…
Browse files Browse the repository at this point in the history
…-for-dependencies

Update axios to peer dependency
  • Loading branch information
danielailie authored Aug 12, 2024
2 parents 5cf236e + 268e496 commit 0874e5e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
40 changes: 30 additions & 10 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-network-providers",
"version": "2.4.3",
"version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"author": "MultiversX",
Expand All @@ -13,7 +13,6 @@
"types": "out/index.d.js",
"packages": {},
"dependencies": {
"axios": "1.6.8",
"bech32": "1.1.4",
"bignumber.js": "9.0.1",
"buffer": "6.0.3",
Expand All @@ -32,6 +31,9 @@
"typedoc": "0.22.13",
"typescript": "4.1.2"
},
"peerDependencies": {
"axios": "^1.6.8"
},
"scripts": {
"compile": "tsc -p tsconfig.json",
"lint": "tslint --project .",
Expand Down

0 comments on commit 0874e5e

Please sign in to comment.