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

types are exposed through our types, so we need to add it as a dependency
fixes #10010
pull/10167/head
Simon H 2 years ago committed by GitHub
parent c71ef10c54
commit bc5e578d37
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,6 +106,7 @@
"@ampproject/remapping": "^2.2.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@jridgewell/trace-mapping": "^0.3.18",
"@types/estree": "^1.0.1",
"acorn": "^8.9.0",
"aria-query": "^5.3.0",
"axobject-query": "^3.2.1",
@ -124,7 +125,6 @@
"@rollup/plugin-node-resolve": "^15.1.0",
"@sveltejs/eslint-config": "^6.0.4",
"@types/aria-query": "^5.0.1",
"@types/estree": "^1.0.1",
"@types/node": "^14.18.51",
"agadoo": "^3.0.0",
"dts-buddy": "^0.4.3",

@ -47,6 +47,9 @@ importers:
'@jridgewell/trace-mapping':
specifier: ^0.3.18
version: 0.3.20
'@types/estree':
specifier: ^1.0.1
version: 1.0.5
acorn:
specifier: ^8.9.0
version: 8.11.3
@ -96,9 +99,6 @@ importers:
'@types/aria-query':
specifier: ^5.0.1
version: 5.0.4
'@types/estree':
specifier: ^1.0.1
version: 1.0.5
'@types/node':
specifier: ^14.18.51
version: 14.18.63

Loading…
Cancel
Save