Skip to content

Commit

Permalink
chore(internal/tests): workaround bug in recent types/node release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Sep 3, 2024
1 parent 3ba96a7 commit 3c7bdfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
19 changes: 5 additions & 14 deletions ecosystem-tests/node-ts-cjs/package-lock.json

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

5 changes: 4 additions & 1 deletion ecosystem-tests/node-ts-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tsconfig-paths": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "20.4.2",
"@types/node-fetch": "^2.6.1",
"@types/ws": "^8.5.4",
"fastest-levenshtein": "^1.0.16",
Expand All @@ -22,5 +22,8 @@
"text-encoding-polyfill": "^0.6.7",
"ts-jest": "^29.1.0",
"typescript": "4.7.4"
},
"overrides": {
"@types/node": "20.4.2"
}
}

0 comments on commit 3c7bdfd

Please sign in to comment.