Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 580961d

Browse files
Update dependency @types/node to ^10.0.0
1 parent 64f3449 commit 580961d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "UNLICENSED",
1919
"dependencies": {
2020
"@types/jest": "^23.0.0",
21-
"@types/node": "^8.5.2",
21+
"@types/node": "^10.0.0",
2222
"@types/react": "^16.0.0",
2323
"deep-freeze": "0.0.1",
2424
"es6-promisify": "^6.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
version "23.0.0"
1515
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.0.0.tgz#760cac74f00bb9c3075587716d2b3b4435663bc0"
1616

17-
"@types/node@^8.5.2":
18-
version "8.5.2"
19-
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.2.tgz#83b8103fa9a2c2e83d78f701a9aa7c9539739aa5"
17+
"@types/node@^10.0.0":
18+
version "10.3.0"
19+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.0.tgz#078516315a84d56216b5d4fed8f75d59d3b16cac"
2020

2121
"@types/node@^9.3.0":
2222
version "9.6.5"

0 commit comments

Comments
 (0)