From edd8ae90849872ed2168672d00168c19d566fa00 Mon Sep 17 00:00:00 2001 From: bluwy Date: Sun, 1 Sep 2024 02:03:17 +0800 Subject: [PATCH] Remove unused babel dependencies https://github.com/withastro/astro/pull/11789 got lost --- packages/astro/package.json | 2 -- pnpm-lock.yaml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 25c62340e9af..7afc28f563d6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -125,8 +125,6 @@ "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", - "@babel/core": "^7.25.2", - "@babel/plugin-transform-react-jsx": "^7.25.2", "@babel/types": "^7.25.4", "@oslojs/encoding": "^0.4.1", "@rollup/pluginutils": "^5.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3994bd5e5424..4d34317a86b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -552,12 +552,6 @@ importers: '@astrojs/telemetry': specifier: workspace:* version: link:../telemetry - '@babel/core': - specifier: ^7.25.2 - version: 7.25.2 - '@babel/plugin-transform-react-jsx': - specifier: ^7.25.2 - version: 7.25.2(@babel/core@7.25.2) '@babel/types': specifier: ^7.25.4 version: 7.25.4