Skip to content

Commit

Permalink
Remove unused @babel/core, update babel deps (#191)
Browse files Browse the repository at this point in the history
Closes #189

Also updates some babel dependencies while we're at it.
  • Loading branch information
IanVS authored Nov 5, 2024
1 parent e28fa0e commit 41df923
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 351 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0",
"@babel/generator": "^7.26.2",
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.26.0",
"semver": "^7.5.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 41df923

Please sign in to comment.