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:
parent
a83e362ee4
commit
36e6dee475
3 changed files with 0 additions and 24 deletions
12
package.json
12
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"
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue