Skip to content

Commit

Permalink
chore(deps): update dependency @swc/core to v1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent fc0ec1c commit 89db2ea
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/register@1.10.9',
'@swc/core@1.7.6',
'@swc/core@1.7.21',
'@types/lint-staged@13.3.0',
'@types/node@20.14.14',
'eslint@9.8.0',
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 @@ -652,7 +652,7 @@ export class Project extends BaseProject {
}

if (!this.parent) {
this.package?.addDevDeps('@swc/core@1.7.6')
this.package?.addDevDeps('@swc/core@1.7.21')
this.package?.addDevDeps('@swc-node/register@1.10.9')
}

Expand Down
Loading

0 comments on commit 89db2ea

Please sign in to comment.