Skip to content

Commit 0ccd9b6

Browse files
committed
Update Node types to 16
1 parent fea5889 commit 0ccd9b6

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"node-fetch": "^2.6.7",
8686
"nanoid": "^3.1.31",
8787
"minimist": "npm:[email protected]",
88-
"glob-parent": "^6.0.1"
88+
"glob-parent": "^6.0.1",
89+
"@types/node": "^16.0.0"
8990
},
9091
"dependencies": {
9192
"@coder/logger": "1.1.16",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,7 @@
426426
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
427427
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
428428

429-
"@types/node@*":
430-
version "14.17.6"
431-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.6.tgz#cc61c8361c89e70c468cda464d1fa3dd7e5ebd62"
432-
integrity sha512-iBxsxU7eswQDGhlr3AiamBxOssaYxbM+NKXVil8jg9yFXvrfEFbDumLD/2dMTB+zYyg7w+Xjt8yuxfdbUHAtcQ==
433-
434-
"@types/node@^16.0.0":
429+
"@types/node@*", "@types/node@^16.0.0":
435430
version "16.11.41"
436431
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.41.tgz#88eb485b1bfdb4c224d878b7832239536aa2f813"
437432
integrity sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==

0 commit comments

Comments
 (0)