diff options
author | 2024-09-01 02:03:17 +0800 | |
---|---|---|
committer | 2024-09-01 02:03:17 +0800 | |
commit | edd8ae90849872ed2168672d00168c19d566fa00 (patch) | |
tree | a007add5b1839c43f6422e8630d1b1cc87b15b1f | |
parent | 534d3edff86115d1fc84f37666a74f35b32bae59 (diff) | |
download | astro-edd8ae90849872ed2168672d00168c19d566fa00.tar.gz astro-edd8ae90849872ed2168672d00168c19d566fa00.tar.zst astro-edd8ae90849872ed2168672d00168c19d566fa00.zip |
Remove unused babel dependencies
https://github.com/withastro/astro/pull/11789 got lost
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 25c62340e..7afc28f56 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 3994bd5e5..4d34317a8 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 |