Skip to content

Commit 0f7f007

Browse files
authored
Merge pull request #16 from RA80533/chore/add-node-types
Add @types/[email protected]
2 parents 974e580 + 6f1dc1c commit 0f7f007

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@types/chalk": "^2.2.0",
3737
"@types/minimist": "^1.2.0",
3838
"@types/mkdirp": "^0.5.2",
39+
"@types/node": "^14.14.37",
3940
"@types/source-map": "^0.5.7",
4041
"ts-node": "^5.0.1",
4142
"typescript": "^4.2.3"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
version "9.4.7"
2323
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275"
2424

25+
"@types/node@^14.14.37":
26+
version "14.14.37"
27+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e"
28+
integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==
29+
2530
"@types/source-map@^0.5.7":
2631
version "0.5.7"
2732
resolved "https://registry.yarnpkg.com/@types/source-map/-/source-map-0.5.7.tgz#165eeb583c1ef00196fe4ef4da5d7832b03b275b"

0 commit comments

Comments
 (0)