Skip to content

Commit

Permalink
Merge pull request #7 from erictik:queue
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
zcpua authored Apr 28, 2023
2 parents 898aa39 + e3e51f6 commit 9ba9ba6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"dependencies": {
"async": "^3.2.4",
"axios": "^1.3.6"
"axios": "^1.3.6",
"tslib": "^2.5.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ source-map@^0.6.0:
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==

tslib@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

tsx@^3.12.6:
version "3.12.6"
resolved "https://registry.npmjs.org/tsx/-/tsx-3.12.6.tgz"
Expand Down

0 comments on commit 9ba9ba6

Please sign in to comment.