Skip to content

Commit 6e59ac2

Browse files
authored
Merge pull request #170 from croutonn/renovate/node-16.x
chore(deps): update dependency @types/node to v16
2 parents 1af2882 + 0d7188c commit 6e59ac2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@graphql-codegen/typescript-graphql-request": "^3.2.1",
5050
"@graphql-codegen/typescript-operations": "^1.18.0",
5151
"@types/jest": "^27.0.0",
52-
"@types/node": "^14.17.1",
52+
"@types/node": "^16.0.0",
5353
"@typescript-eslint/eslint-plugin": "^4.25.0",
5454
"eslint": "^7.18.0",
5555
"eslint-config-airbnb": "^18.2.1",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,16 +1017,11 @@
10171017
dependencies:
10181018
"@types/braces" "*"
10191019

1020-
"@types/node@*":
1020+
"@types/node@*", "@types/node@^16.0.0":
10211021
version "16.11.7"
10221022
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42"
10231023
integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==
10241024

1025-
"@types/node@^14.17.1":
1026-
version "14.17.33"
1027-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.33.tgz#011ee28e38dc7aee1be032ceadf6332a0ab15b12"
1028-
integrity sha512-noEeJ06zbn3lOh4gqe2v7NMGS33jrulfNqYFDjjEbhpDEHR5VTxgYNQSBqBlJIsBJW3uEYDgD6kvMnrrhGzq8g==
1029-
10301025
"@types/prettier@^2.1.5":
10311026
version "2.4.1"
10321027
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb"

0 commit comments

Comments
 (0)