Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Update @types
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 11, 2020
1 parent 3106685 commit 7948098
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"@types/express-jwt": "0.0.42",
"@types/express-session": "1.17.0",
"@types/faker": "4.1.12",
"@types/ioredis": "4.17.3",
"@types/ioredis": "4.17.4",
"@types/jest": "24.9.1",
"@types/jsonwebtoken": "8.5.0",
"@types/morgan": "1.9.1",
"@types/node": "11.15.21",
"@types/node": "11.15.24",
"@types/nodemailer": "6.4.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/graphql": "14.2.3",
"@types/jest": "24.9.1",
"@types/lodash.throttle": "4.1.6",
"@types/node": "11.15.21",
"@types/node": "11.15.24",
"@types/reach__router": "1.3.5",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3151,10 +3151,10 @@
dependencies:
"@types/node" "*"

"@types/[email protected].3":
version "4.17.3"
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.17.3.tgz#65ba8b9344576ecb229c57ec1db92be3fe830ee9"
integrity sha512-G0pN/WZb7OBMFksZOBcqATBUeBII00IZ7C9OW0bm7VG3XMXBI75stTXWLBxm6iNLQxdjFZgzThRbc3gBXBhZGw==
"@types/[email protected].4":
version "4.17.4"
resolved "https://registry.yarnpkg.com/@types/ioredis/-/ioredis-4.17.4.tgz#e4c2d8d51ecb1f4752b660f8e19b88b1c5329b2e"
integrity sha512-kb5+thmQJ7HHyOAnCOeqRJlF2fyvadHghnLLLKZzCNyShStJeIQtNGGDjA30gWqj6UFSDAWBfGEMKrFDrGfvzQ==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -3297,10 +3297,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w==

"@types/[email protected].21":
version "11.15.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.15.21.tgz#6cdf7656b4b0686b303572d3b37e84bab921de11"
integrity sha512-pYC/tp6UctD/laukjIoO48Owmf4OacwEKaDErnlarkatott0j3B5wp9q2M0zn/XgZUpebuFeKMX4UFf578/+Vw==
"@types/[email protected].24":
version "11.15.24"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.15.24.tgz#310eec4330e63aafdf3843445ddca3c82d776a88"
integrity sha512-ODin9PrpjlJ1cRt7NexNox2g5FdXPensfVdu418uN4nOS3H+RoikhepjeCkW8V+Rd2sPlZskcfwpSlTLNGNQcw==

"@types/node@^10.1.0":
version "10.14.6"
Expand Down

0 comments on commit 7948098

Please sign in to comment.