Skip to content

Commit

Permalink
Upgrade ts-node package to 10.8.0 to fix ESM issues
Browse files Browse the repository at this point in the history
The maintainers of the `ts-node` package added this fix to their repo in version 10.8.0 to deal with the short-circuit ESM errors.

TypeStrong/ts-node#1715
  • Loading branch information
rosahbruno committed Aug 22, 2022
1 parent cf8736b commit 403a83c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 35 deletions.
81 changes: 47 additions & 34 deletions glean/package-lock.json

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

2 changes: 1 addition & 1 deletion glean/package.json
Expand Up @@ -131,7 +131,7 @@
"sqlite3": "^5.0.2",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.0.1",
"ts-node": "^10.0.0",
"ts-node": "^10.8.0",
"typedoc": "^0.22.3",
"typescript": "^4.3.5",
"web-ext-types": "^3.2.1",
Expand Down

0 comments on commit 403a83c

Please sign in to comment.