Skip to content

Commit

Permalink
Move axios to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Oct 2, 2024
1 parent d07fcd9 commit 405d573
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 405d573

Please sign in to comment.