Skip to content

Commit 5fc4b08

Browse files
committed
Fix tests
1 parent 22fa859 commit 5fc4b08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@accounts/tslint-config-accounts": "^0.0.6",
2626
"@types/jest": "^21.1.5",
27-
"@types/node": "^8.0.47",
27+
"@types/node": "8.0.47",
2828
"codecov": "^3.0.0",
2929
"flow-bin": "0.41.0",
3030
"jest": "^21.2.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
version "21.1.10"
1414
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-21.1.10.tgz#dcacb5217ddf997a090cc822bba219b4b2fd7984"
1515

16-
"@types/node@^8.0.47":
17-
version "8.9.4"
18-
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.9.4.tgz#dfd327582a06c114eb6e0441fa3d6fab35edad48"
16+
17+
version "8.0.47"
18+
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.47.tgz#968e596f91acd59069054558a00708c445ca30c2"
1919

2020
JSONStream@^1.0.4:
2121
version "1.3.2"

0 commit comments

Comments
 (0)