Skip to content

Commit

Permalink
feat(js): upgrade @swc-node/register to 1.6.7 (#19429)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi authored Oct 3, 2023
1 parent 51d9b86 commit 9755b50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/js/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@
"alwaysAddToPackageJson": false
}
}
},
"16.9.2": {
"version": "16.9.2-beta.0",
"packages": {
"@swc-node/register": {
"version": "~1.6.7",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/js/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const prettierVersion = '^2.6.2';
export const swcCliVersion = '~0.1.62';
export const swcCoreVersion = '~1.3.85';
export const swcHelpersVersion = '~0.5.2';
export const swcNodeVersion = '~1.4.2';
export const swcNodeVersion = '~1.6.7';
export const tsLibVersion = '^2.3.0';
export const typesNodeVersion = '18.7.1';
export const verdaccioVersion = '^5.0.4';
Expand Down

0 comments on commit 9755b50

Please sign in to comment.