Skip to content

Commit

Permalink
[Deps] remove @babel/runtime
Browse files Browse the repository at this point in the history
the only use of it was for the interopRequireDefault helper, and its engines.node is incompatible with ours
  • Loading branch information
ljharb committed Jun 19, 2024
1 parent 6b5f096 commit 0a98ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"targets": {
"node": 4
}
},
"transformRuntime": false
}
]
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.7",
"aria-query": "^5.3.0",
"array-includes": "^3.1.8",
"array.prototype.flatmap": "^1.3.2",
Expand Down

0 comments on commit 0a98ad8

Please sign in to comment.