Skip to content

Commit

Permalink
Merge pull request #489 from multiversx/TOOL-262-unify-network-provid…
Browse files Browse the repository at this point in the history
…ers-in-sdk-js-3

Move axios to peer dependency
  • Loading branch information
danielailie authored Oct 2, 2024
2 parents d07fcd9 + 405d573 commit ef3db11
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@types/mocha": "9.1.0",
"@types/node": "13.13.2",
"assert": "2.0.0",
"axios": "^1.7.4",
"browserify": "17.0.0",
"chai": "4.2.0",
"mocha": "9.2.2",
Expand All @@ -65,6 +64,7 @@
},
"peerDependencies": {
"bignumber.js": "^9.0.1",
"protobufjs": "^7.2.6"
"protobufjs": "^7.2.6",
"axios": "^1.7.4"
}
}

0 comments on commit ef3db11

Please sign in to comment.