Skip to content

Commit

Permalink
build: pin @swc/core to 1.3.82
Browse files Browse the repository at this point in the history
>=`1.3.83` breaks ts-node until until TypeStrong/ts-node#2057 is merged and published.

[ci skip]
  • Loading branch information
tegefaulkes committed Sep 12, 2023
1 parent ecd592f commit 5a0aabd
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 90 deletions.
178 changes: 89 additions & 89 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"threads": "^1.6.5"
},
"devDependencies": {
"@swc/core": "^1.3.76",
"@swc/core": "1.3.82",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.2",
"@types/node": "^20.5.7",
Expand Down

0 comments on commit 5a0aabd

Please sign in to comment.