Skip to content

Commit

Permalink
- fix: Axios v1.7.2 to support fetch adapter (#315)
Browse files Browse the repository at this point in the history
* - fix: axios to v1.7.2. Support for fetch adapter

* - cicd: bump to v0.7.14
  • Loading branch information
agallardol authored Jun 7, 2024
1 parent 9a2a113 commit f39a953
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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
@@ -1,6 +1,6 @@
{
"name": "@shinkai/source",
"version": "0.7.13",
"version": "0.7.14",
"license": "SEE LICENSE IN LICENSE",
"files": [
"LICENSE"
Expand Down Expand Up @@ -154,7 +154,7 @@
"@urbit/sigil-js": "^2.1.0",
"@yudiel/react-qr-scanner": "^1.1.10",
"@zxing/browser": "^0.1.4",
"axios": "^1.6.8",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.1",
"clsx": "^2.0.0",
Expand Down

0 comments on commit f39a953

Please sign in to comment.