Skip to content

Commit 6413fca

Browse files
xcomponentadminJulien-Molina
authored andcommitted
Update dependency @types/node to v13 (#174)
1 parent 071510d commit 6413fca

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@types/es6-shim": "^0.31.32",
7171
"@types/jest": "^24.0.0",
72-
"@types/node": "^11.0.0",
72+
"@types/node": "^13.0.0",
7373
"@types/pako": "^1.0.0",
7474
"@types/rx": "^4.1.1",
7575
"@types/xml2js": "0.4.5",

yarn.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,14 @@
139139
version "3.0.3"
140140
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
141141

142-
"@types/node@*", "@types/node@^11.0.0":
142+
"@types/node@*":
143143
version "11.9.4"
144144
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.4.tgz#ceb0048a546db453f6248f2d1d95e937a6f00a14"
145145

146+
"@types/node@^13.0.0":
147+
version "13.1.8"
148+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.8.tgz#1d590429fe8187a02707720ecf38a6fe46ce294b"
149+
146150
"@types/pako@^1.0.0":
147151
version "1.0.0"
148152
resolved "https://registry.yarnpkg.com/@types/pako/-/pako-1.0.0.tgz#eaae8364d1b7f752e263bc3fd68dfec98e6136c5"

0 commit comments

Comments
 (0)