Skip to content

Commit

Permalink
Merge pull request #511 from cloudant/510-hot-fix
Browse files Browse the repository at this point in the history
Add axios ^0.26.1 as a peer dependency
  • Loading branch information
mojito317 authored Oct 5, 2022
2 parents 94212c9 + 448f641 commit 87309a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.9.4
- [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.2.1`.
- [NOTE] Add `axios` to peerDependencies.

# 2.9.3 (2022-09-08)
- [UPGRADED] `@ibm-cloud/cloudant` dependency to version `0.2.0`.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"peerDependencies": {
"ibm-cloud-sdk-core": "^3.1.0",
"retry-axios": "^2.6.0"
"retry-axios": "^2.6.0",
"axios": "^0.26.1"
},
"main": "app.js",
"bin": {
Expand Down

0 comments on commit 87309a6

Please sign in to comment.