Skip to content

Commit

Permalink
dep: pin @swc/core to 1.3.82
Browse files Browse the repository at this point in the history
This fixes a problem with running `ts-node`, turns out swc broke something and is pending a fix in TypeStrong/ts-node#2057.

[ci skip]
  • Loading branch information
tegefaulkes committed Oct 4, 2023
1 parent fed1d49 commit 649975f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
88 changes: 44 additions & 44 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 @@ -106,7 +106,7 @@
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
"@swc/core": "^1.3.76",
"@swc/core": "1.3.82",
"@swc/jest": "^0.2.29",
"@types/cross-spawn": "^6.0.2",
"@types/jest": "^29.5.2",
Expand Down

0 comments on commit 649975f

Please sign in to comment.