Skip to content

Commit 1e40223

Browse files
committed
fix(FR-2874): pin @codemirror/lang-jinja to ^6.0.1 to fix phantom imports
1 parent f03bfb0 commit 1e40223

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ overrides:
106106
# declaring them; under `enableGlobalVirtualStore` esbuild/Vite cannot
107107
# resolve these phantom imports. 4.2.4 declares all four as real deps.
108108
langium: ^4.2.4
109+
# @uiw/codemirror-extensions-langs pulls in @codemirror/lang-jinja transitively.
110+
# 6.0.0 imports @codemirror/state and @codemirror/view as phantom deps; under
111+
# enableGlobalVirtualStore Vite/esbuild cannot resolve them. 6.0.1 declares
112+
# them as real dependencies.
113+
'@codemirror/lang-jinja': ^6.0.1
109114

110115
patchedDependencies:
111116
'@cloudscape-design/board-components@3.0.60': react/patches/@cloudscape-design__board-components@3.0.60.patch

0 commit comments

Comments
 (0)