Skip to content

Commit

Permalink
fix axios dom bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Dec 5, 2022
1 parent c6a3f9a commit 12c6c3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"ts-node": "latest",
"typescript": "latest"
},
"dependencies": {
"axios": "^1.2.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=7.0.0"
},
"dependencies": {
"axios": "1.1.x"
}
}
8 changes: 4 additions & 4 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 12c6c3b

Please sign in to comment.