Skip to content

Commit

Permalink
Lock in node types
Browse files Browse the repository at this point in the history
It looks like our node types were not being explicitly loaded in this
project, which was resulting in some type conflicts with the latest
version of TypeScript
  • Loading branch information
slifty committed Aug 9, 2023
1 parent 5b70714 commit 76999d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@tsconfig/esm": "^1.0.0",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.4.0",
"@types/node": "^16.18.40",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
Expand Down

0 comments on commit 76999d8

Please sign in to comment.