Skip to content

Commit

Permalink
package.json - add @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenx committed Jan 22, 2024
1 parent ab839b1 commit fc5159d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"jest": "^29.5.11",
"ts-node": "^10.9.2",
"@types/jest": "^29.5.11",
"@types/node": "^18.15.3",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"eslint": "^8.54.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,13 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^18.15.3":
version "18.19.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.8.tgz#c1e42b165e5a526caf1f010747e0522cb2c9c36a"
integrity sha512-g1pZtPhsvGVTwmeVoexWZLTQaOvXwoSq//pTL0DHeNzUDrFnir4fgETdhjhIxjVnN+hKOuh98+E1eMLnUXstFg==
dependencies:
undici-types "~5.26.4"

"@types/semver@^7.5.0":
version "7.5.6"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
Expand Down

0 comments on commit fc5159d

Please # to comment.