deps: Rollback types/node 13 to 12 (#185)

This commit is contained in:
Shohei Ueda
2020-02-19 17:25:28 +09:00
committed by GitHub
parent f3bcf96547
commit 75c9bc6dc7
2 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.2",
"@types/node": "~12",
"@types/node-fetch": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",