0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Remove unused dependencies in next (#11789)

This commit is contained in:
Bjorn Lu 2024-08-28 10:52:41 +08:00 committed by GitHub
parent a83e362ee4
commit 36e6dee475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 24 deletions

View file

@ -71,18 +71,6 @@
}, },
"pnpm": { "pnpm": {
"peerDependencyRules": { "peerDependencyRules": {
"ignoreMissing": [
"rollup",
"@babel/core",
"@babel/plugin-transform-react-jsx",
"vite",
"react",
"react-dom",
"@types/react",
"tslib",
"quill-delta",
"rxjs"
],
"allowAny": [ "allowAny": [
"astro" "astro"
] ]

View file

@ -125,15 +125,12 @@
"@astrojs/internal-helpers": "workspace:*", "@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*", "@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*", "@astrojs/telemetry": "workspace:*",
"@babel/core": "^7.25.2",
"@babel/generator": "^7.25.0", "@babel/generator": "^7.25.0",
"@babel/parser": "^7.25.3", "@babel/parser": "^7.25.3",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/traverse": "^7.25.3", "@babel/traverse": "^7.25.3",
"@babel/types": "^7.25.2", "@babel/types": "^7.25.2",
"@oslojs/encoding": "^0.4.1", "@oslojs/encoding": "^0.4.1",
"@rollup/pluginutils": "^5.1.0", "@rollup/pluginutils": "^5.1.0",
"@types/babel__core": "^7.20.5",
"@types/cookie": "^0.6.0", "@types/cookie": "^0.6.0",
"acorn": "^8.12.1", "acorn": "^8.12.1",
"aria-query": "^5.3.0", "aria-query": "^5.3.0",

View file

@ -552,18 +552,12 @@ importers:
'@astrojs/telemetry': '@astrojs/telemetry':
specifier: workspace:* specifier: workspace:*
version: link:../telemetry version: link:../telemetry
'@babel/core':
specifier: ^7.25.2
version: 7.25.2
'@babel/generator': '@babel/generator':
specifier: ^7.25.0 specifier: ^7.25.0
version: 7.25.0 version: 7.25.0
'@babel/parser': '@babel/parser':
specifier: ^7.25.3 specifier: ^7.25.3
version: 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': '@babel/traverse':
specifier: ^7.25.3 specifier: ^7.25.3
version: 7.25.3 version: 7.25.3
@ -576,9 +570,6 @@ importers:
'@rollup/pluginutils': '@rollup/pluginutils':
specifier: ^5.1.0 specifier: ^5.1.0
version: 5.1.0(rollup@4.21.0) version: 5.1.0(rollup@4.21.0)
'@types/babel__core':
specifier: ^7.20.5
version: 7.20.5
'@types/cookie': '@types/cookie':
specifier: ^0.6.0 specifier: ^0.6.0
version: 0.6.0 version: 0.6.0