Skip to content

Commit

Permalink
Reverted axios to lower version to prevent axios.request is not a fun…
Browse files Browse the repository at this point in the history
…ction issue, axios#5038

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Dec 12, 2023
1 parent 59e55ce commit 45cb40a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/jasmine": "^5.1.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"axios": "^1.6.2",
"axios": "^0.21.1",
"eslint": "^8.55.0",
"jasmine": "^5.1.0",
"ts-node": "^10.9.1",
Expand Down
13 changes: 11 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 45cb40a

Please sign in to comment.