Skip to content

Commit

Permalink
chore(deps): Apply upgrade changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and langri-sha committed Jul 16, 2024
1 parent c15d627 commit 73e177f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"name": "@swc-node/register",
"version": "1.10.7",
"version": "1.10.8",
"type": "build"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore(deps): chore(deps): update dependency @swc-node/register to v1.10.8",
"packageName": "@langri-sha/projen-project",
"email": "email not defined",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/projen-project/src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ node_modules/
{
"name": "@swc-node/register",
"type": "build",
"version": "1.10.7",
"version": "1.10.8",
},
{
"name": "@swc/core",
Expand Down Expand Up @@ -2819,7 +2819,7 @@ node_modules/
"devDependencies": {
"@langri-sha/projen-project": "*",
"@langri-sha/tsconfig": "*",
"@swc-node/register": "1.10.7",
"@swc-node/register": "1.10.8",
"@swc/core": "1.6.13",
"projen": "0.82.4",
"typescript": "5.5.3",
Expand Down

0 comments on commit 73e177f

Please sign in to comment.