fix: make `@types/estree` a dependency (#10150)

types are exposed through our types, so we need to add it as a dependency
fixes #10010
pull/10163/head
Simon H 9 months ago committed by GitHub
parent a271878abe
commit da9a5bf1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
---
'svelte': patch
---
fix: make `@types/estree` a dependency

@ -106,7 +106,6 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-virtual": "^3.0.2",
"@types/aria-query": "^5.0.3",
"@types/estree": "^1.0.5",
"dts-buddy": "^0.4.3",
"esbuild": "^0.19.2",
"rollup": "^4.1.5",
@ -116,6 +115,7 @@
"dependencies": {
"@ampproject/remapping": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@types/estree": "^1.0.5",
"acorn": "^8.10.0",
"acorn-typescript": "^1.4.13",
"aria-query": "^5.3.0",

@ -65,6 +65,9 @@ importers:
'@jridgewell/sourcemap-codec':
specifier: ^1.4.15
version: 1.4.15
'@types/estree':
specifier: ^1.0.5
version: 1.0.5
acorn:
specifier: ^8.10.0
version: 8.11.2
@ -117,9 +120,6 @@ importers:
'@types/aria-query':
specifier: ^5.0.3
version: 5.0.4
'@types/estree':
specifier: ^1.0.5
version: 1.0.5
dts-buddy:
specifier: ^0.4.3
version: 0.4.3(typescript@5.2.2)

Loading…
Cancel
Save