Skip to content

Commit

Permalink
Add @types/ioredis as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 21, 2021
1 parent 8f866c2 commit 78f0b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/bull": "^3.14.4",
"@types/express": "^4.17.9",
"@types/express-serve-static-core": "^4.17.14",
"@types/ioredis": "^4.22.3",
"@types/react-dom": "^17.0.2",
"axios": "^0.21.1",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==

"@types/ioredis@*", "@types/ioredis@^4.22.2":
"@types/ioredis@*", "@types/ioredis@^4.22.2", "@types/ioredis@^4.22.3":
version "4.22.3"
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.22.3.tgz#72762efa0374c4a2e879ef697c6c3e4a47f9d641"
integrity sha512-V23g0XZUmkm0Hp/GsQYV5Wz12ynm6h6lyi5v/o63iyqFV7+8t3k5YxCnFWVWFEjO6mvRI7V6f7YxNVxIjPsSUw==
Expand Down

0 comments on commit 78f0b2a

Please sign in to comment.