Skip to content

Commit

Permalink
fix: update @types/qs
Browse files Browse the repository at this point in the history
  • Loading branch information
zlq4863947 committed Mar 3, 2019
2 parents a670eb5 + 63d8e22 commit 4dfb499
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/exchanges/crypto/bitmex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/zlq4863947/dripjs/tree/master/modules/exchanges/crypto/bitmex#readme",
"devDependencies": {
"@types/qs": "6.5.1",
"@types/qs": "6.5.2",
"@types/ws": "6.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@nestjs/typeorm": "5.3.0",
"@types/jest": "24.0.9",
"@types/lodash": "4.14.120",
"@types/qs": "6.5.1",
"@types/qs": "6.5.2",
"@types/ws": "6.0.1",
"@zerollup/ts-transform-paths": "1.7.0",
"conventional-commits-detector": "1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.4.tgz#ceb0048a546db453f6248f2d1d95e937a6f00a14"
integrity sha512-Zl8dGvAcEmadgs1tmSPcvwzO1YRsz38bVJQvH1RvRqSR9/5n61Q1ktcDL0ht3FXWR+ZpVmXVwN1LuH4Ax23NsA==

"@types/[email protected].1":
version "6.5.1"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.5.1.tgz#a38f69c62528d56ba7bd1f91335a8004988d72f7"
integrity sha512-mNhVdZHdtKHMMxbqzNK3RzkBcN1cux3AvuCYGTvjEIQT2uheH3eCAyYsbMbh2Bq8nXkeOWs1kyDiF7geWRFQ4Q==
"@types/[email protected].2":
version "6.5.2"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.5.2.tgz#7f347062655056662845ba4bb79dcbfdc382cd61"
integrity sha512-47kAAs3yV/hROraCTQYDMh4p/6zI9+gtssjD0kq9OWsGdLcBge59rl49FnCuJ+iWxEKiqFz6KXzeGH5DRVjNJA==

"@types/shelljs@^0.8.0":
version "0.8.3"
Expand Down

0 comments on commit 4dfb499

Please sign in to comment.