Skip to content

Commit 0a98ad8

Browse files
committedJun 19, 2024
[Deps] remove @babel/runtime
the only use of it was for the interopRequireDefault helper, and its engines.node is incompatible with ours
1 parent 6b5f096 commit 0a98ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
{
66
"targets": {
77
"node": 4
8-
}
8+
},
9+
"transformRuntime": false
910
}
1011
]
1112
],

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
},
8080
"license": "MIT",
8181
"dependencies": {
82-
"@babel/runtime": "^7.24.7",
8382
"aria-query": "^5.3.0",
8483
"array-includes": "^3.1.8",
8584
"array.prototype.flatmap": "^1.3.2",

0 commit comments

Comments
 (0)
Please sign in to comment.