Skip to content

Commit

Permalink
[BUGFIX stable] Fix type dependency issues
Browse files Browse the repository at this point in the history
Add `@simple-dom/interface` and `@glimmer/syntax` to `dependencies` so
they are present in the graph for consumers who will not be getting
them transitively from the `@glimmer/*` deps which are pre-built into
Ember. (Medium-term, it would be preferable for our type emit to roll
up these kinds of dependencies the same way Ember's build does *or* for
Ember's build to stop rolling them up; whichever we choose, the goal
will be for them to *match*.)

Fixes #20479.

(cherry picked from commit cf03749)
  • Loading branch information
chriskrycho committed Jun 29, 2023
1 parent 48beb88 commit 7fdeba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@
"@glimmer/program": "0.84.2",
"@glimmer/reference": "0.84.2",
"@glimmer/runtime": "0.84.2",
"@glimmer/syntax": "0.84.2",
"@glimmer/validator": "0.84.2",
"@glimmer/vm-babel-plugins": "0.84.2",
"@simple-dom/interface": "^1.4.0",
"babel-plugin-debug-macros": "^0.3.4",
"babel-plugin-filter-imports": "^4.0.0",
"backburner.js": "^2.7.0",
Expand Down

0 comments on commit 7fdeba5

Please sign in to comment.