Skip to content

Commit

Permalink
feat(babel): Upgrade babel related dependencies
Browse files Browse the repository at this point in the history
Update `@babel/core`, `@babel/preset-env`, `@babel/register`
  • Loading branch information
SnowSuno committed Mar 5, 2023
1 parent a2c7ad3 commit 8186645
Show file tree
Hide file tree
Showing 2 changed files with 898 additions and 695 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
]
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"aws-sdk": "^2.485.0",
"axios": ">=0.18.1",
"chalk": "^2.4.2",
Expand Down
Loading

0 comments on commit 8186645

Please sign in to comment.