Skip to content

Commit

Permalink
chore(deps): update dependency @swc/core to v1.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent 0353e5c commit 2858ddf
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const project = new Project({
'@langri-sha/projen-project@workspace:*',
'@langri-sha/schemastore-to-typescript@workspace:*',
'@swc-node/[email protected]',
'@swc/[email protected].22',
'@swc/[email protected].24',
'@types/[email protected]',
'@types/[email protected]',
'[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/projen-project/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export class Project extends BaseProject {
}

if (!this.parent) {
this.package?.addDevDeps('@swc/[email protected].22')
this.package?.addDevDeps('@swc/[email protected].24')
this.package?.addDevDeps('@swc-node/[email protected]')
}

Expand Down
Loading

0 comments on commit 2858ddf

Please sign in to comment.