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 Jun 8, 2024
1 parent 43092db commit e758ad9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
},
{
"name": "@babel/core",
"version": "7.24.5",
"version": "7.24.7",
"type": "runtime"
},
{
"name": "@babel/register",
"version": "7.23.7",
"version": "7.24.6",
"type": "runtime"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore(deps): fix(deps): update babel monorepo",
"packageName": "@langri-sha/babel-preset",
"email": "email not defined",
"dependentChangeType": "patch"
}
10 changes: 5 additions & 5 deletions packages/babel-preset/.projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
},
{
"name": "@babel/plugin-proposal-export-default-from",
"version": "7.24.1",
"version": "7.24.7",
"type": "runtime"
},
{
"name": "@babel/preset-env",
"version": "7.24.5",
"version": "7.24.7",
"type": "runtime"
},
{
"name": "@babel/preset-react",
"version": "7.24.1",
"version": "7.24.7",
"type": "runtime"
},
{
"name": "@babel/preset-typescript",
"version": "7.24.1",
"version": "7.24.7",
"type": "runtime"
},
{
"name": "@babel/register",
"version": "7.23.7",
"version": "7.24.6",
"type": "runtime"
},
{
Expand Down

0 comments on commit e758ad9

Please sign in to comment.