From 0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 19 Jun 2024 14:37:16 -0700 Subject: [PATCH] [Deps] remove `@babel/runtime` the only use of it was for the interopRequireDefault helper, and its engines.node is incompatible with ours --- .babelrc | 3 ++- package.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.babelrc b/.babelrc index 42e95b05b..058a9a5a7 100644 --- a/.babelrc +++ b/.babelrc @@ -5,7 +5,8 @@ { "targets": { "node": 4 - } + }, + "transformRuntime": false } ] ], diff --git a/package.json b/package.json index f14e0b68b..6e762ba7c 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",