diff --git a/.babelrc b/.babelrc index 42e95b05..058a9a5a 100644 --- a/.babelrc +++ b/.babelrc @@ -5,7 +5,8 @@ { "targets": { "node": 4 - } + }, + "transformRuntime": false } ] ], diff --git a/package.json b/package.json index f14e0b68..6e762ba7 100644 --- a/package.json +++ b/package.json @@ -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",