Skip to content

Commit

Permalink
fix: make @types/estree a dependency (#10149)
Browse files Browse the repository at this point in the history
types are exposed through our types, so we need to add it as a dependency
fixes #10010
  • Loading branch information
dummdidumm committed Jan 11, 2024
1 parent c71ef10 commit bc5e578
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-yaks-allow.md
@@ -0,0 +1,5 @@
---
'svelte': patch
---

fix: make `@types/estree` a dependency
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc5e578

Please sign in to comment.