Skip to content

Commit

Permalink
fix(js): update @swc/li version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Apr 5, 2024
1 parent 7633c71 commit ff1240d
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 @@ -167,6 +167,15 @@
"alwaysAddToPackageJson": false
}
}
},
"18.2.3": {
"version": "18.2.3-beta.0",
"packages": {
"@swc/cli": {
"version": "~0.3.12",
"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 @@ -2,7 +2,7 @@ export const nxVersion = require('../../package.json').version;

export const esbuildVersion = '^0.19.2';
export const prettierVersion = '^2.6.2';
export const swcCliVersion = '~0.1.62';
export const swcCliVersion = '~0.3.12';
export const swcCoreVersion = '~1.3.85';
export const swcHelpersVersion = '~0.5.2';
export const swcNodeVersion = '~1.8.0';
Expand Down

0 comments on commit ff1240d

Please sign in to comment.