Skip to content

Commit

Permalink
🏷️ Added missing types for ioredis
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Dec 17, 2021
1 parent e78f303 commit fe07525
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/ioredis": "^4.28.5",
"@types/react": "^17.0.37",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
Expand Down
7 changes: 7 additions & 0 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@
dependencies:
"@types/node" "*"

"@types/ioredis@^4.28.5":
version "4.28.5"
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.28.5.tgz#933aa76dd0b66147be48f94967e2571ff848408e"
integrity sha512-bp5mdpzscWZMEE/jLvvzze5TZFYGhynB1am69l/a0XPqZRXWpbswY6lb5buEht57jOnw5pPG5zL9pFUWw1nggw==
dependencies:
"@types/node" "*"

"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
Expand Down

0 comments on commit fe07525

Please sign in to comment.