From 36e6dee4752dff646668f7b8426543f8a64d0e4f Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Wed, 28 Aug 2024 10:52:41 +0800 Subject: [PATCH] Remove unused dependencies in next (#11789) --- package.json | 12 ------------ packages/astro/package.json | 3 --- pnpm-lock.yaml | 9 --------- 3 files changed, 24 deletions(-) diff --git a/package.json b/package.json index f32a2520dd..bec7377aac 100644 --- a/package.json +++ b/package.json @@ -71,18 +71,6 @@ }, "pnpm": { "peerDependencyRules": { - "ignoreMissing": [ - "rollup", - "@babel/core", - "@babel/plugin-transform-react-jsx", - "vite", - "react", - "react-dom", - "@types/react", - "tslib", - "quill-delta", - "rxjs" - ], "allowAny": [ "astro" ] diff --git a/packages/astro/package.json b/packages/astro/package.json index 89034d6fa3..c15d9aba21 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -125,15 +125,12 @@ "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", - "@babel/core": "^7.25.2", "@babel/generator": "^7.25.0", "@babel/parser": "^7.25.3", - "@babel/plugin-transform-react-jsx": "^7.25.2", "@babel/traverse": "^7.25.3", "@babel/types": "^7.25.2", "@oslojs/encoding": "^0.4.1", "@rollup/pluginutils": "^5.1.0", - "@types/babel__core": "^7.20.5", "@types/cookie": "^0.6.0", "acorn": "^8.12.1", "aria-query": "^5.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88359b6e99..0edce68f94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -552,18 +552,12 @@ importers: '@astrojs/telemetry': specifier: workspace:* version: link:../telemetry - '@babel/core': - specifier: ^7.25.2 - version: 7.25.2 '@babel/generator': specifier: ^7.25.0 version: 7.25.0 '@babel/parser': specifier: ^7.25.3 version: 7.25.3 - '@babel/plugin-transform-react-jsx': - specifier: ^7.25.2 - version: 7.25.2(@babel/core@7.25.2) '@babel/traverse': specifier: ^7.25.3 version: 7.25.3 @@ -576,9 +570,6 @@ importers: '@rollup/pluginutils': specifier: ^5.1.0 version: 5.1.0(rollup@4.21.0) - '@types/babel__core': - specifier: ^7.20.5 - version: 7.20.5 '@types/cookie': specifier: ^0.6.0 version: 0.6.0