Skip to content

Commit

Permalink
tests-swc dependencies add @swc/core and typescript, update @swc-node…
Browse files Browse the repository at this point in the history
…/register
  • Loading branch information
bumblehead committed Jul 13, 2024
1 parent c8f956f commit 3dd8fad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tests-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
},
"dependencies": {
"esmock": "file:..",
"@swc-node/register": "1.10.2"
"typescript": "^5.5.3",
"@swc-node/register": "^1.10.5",
"@swc/core": "^1.6.13"
},
"scripts": {
"isloaderavailable": "node -e \"(([mj, mn]) => (+mj < 18 || (+mj === 20 && +mn < 6) || (+mj === 18 && +mn < 19)))(process.versions.node.split('.')) || process.exit(1)\"",
Expand Down

0 comments on commit 3dd8fad

Please sign in to comment.