Skip to content

Commit

Permalink
fix(deps): pin ts-node version (#1816)
Browse files Browse the repository at this point in the history
This ensures that intern uses an up-to-date version of ts-node.
  • Loading branch information
dstaley committed Jun 7, 2022
1 parent 55f94a2 commit 3cb6c17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 78 deletions.
79 changes: 1 addition & 78 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,8 @@
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"uglifyify": "^5.0.2"
},
"overrides": {
"ts-node": "$ts-node"
}
}

0 comments on commit 3cb6c17

Please sign in to comment.