mirror of
https://github.com/withastro/astro.git
synced 2025-03-24 23:21:57 -05:00
Remove unused babel dependencies
https://github.com/withastro/astro/pull/11789 got lost
This commit is contained in:
parent
534d3edff8
commit
edd8ae9084
2 changed files with 0 additions and 8 deletions
|
@ -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",
|
||||
|
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue