Skip to content

Commit 678891a

Browse files
authored
Merge pull request #197 from croutonn/renovate/node-18.x
chore(deps): update dependency @types/node to v18
2 parents 70a0f32 + f487c83 commit 678891a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@graphql-codegen/typescript-graphql-request": "^4.0.0",
5252
"@graphql-codegen/typescript-operations": "^2.0.0",
5353
"@types/jest": "^29.0.0",
54-
"@types/node": "^16.0.0",
54+
"@types/node": "^18.0.0",
5555
"@typescript-eslint/eslint-plugin": "^5.13.0",
5656
"@typescript-eslint/parser": "^5.4.0",
5757
"eslint": "^8.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,11 +1305,16 @@
13051305
dependencies:
13061306
"@types/braces" "*"
13071307

1308-
"@types/node@*", "@types/node@^16.0.0":
1308+
"@types/node@*":
13091309
version "16.11.7"
13101310
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42"
13111311
integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==
13121312

1313+
"@types/node@^18.0.0":
1314+
version "18.7.18"
1315+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154"
1316+
integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==
1317+
13131318
"@types/prettier@^2.1.5":
13141319
version "2.4.1"
13151320
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb"

0 commit comments

Comments
 (0)