chore: add node type definitions

This commit is contained in:
Arthur E. Jones 2022-05-04 15:11:34 -05:00 committed by James Long
parent 7ecaad529f
commit 06d2aba57c
2 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@
"eslint": "^8.15.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"@types/node": "^17.0.31",
"typescript": "^4.6.4"
}
}

View file

@ -86,6 +86,11 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
"@types/node@^17.0.31":
version "17.0.31"
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==
"@typescript-eslint/eslint-plugin@^5.23.0":
version "5.23.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"