Skip to content

Commit

Permalink
Install axios as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Apr 10, 2023
1 parent 4883178 commit 89f36c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
16 changes: 13 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"typescript": "5.0.2"
},
"dependencies": {
"axios": "1.3.4",
"compare-versions": "5.0.3"
},
"peerDependencies": {
"axios": "^1.3.4"
}
}

0 comments on commit 89f36c3

Please sign in to comment.