Fix deps
This commit is contained in:
parent
987297ae8b
commit
07db10773a
@ -1,10 +1,3 @@
|
||||
export {
|
||||
autocompletion,
|
||||
CompletionContext,
|
||||
completionKeymap,
|
||||
} from "@codemirror/autocomplete";
|
||||
export type { Completion, CompletionResult } from "@codemirror/autocomplete";
|
||||
|
||||
export {
|
||||
history,
|
||||
historyKeymap,
|
||||
@ -12,9 +5,13 @@ export {
|
||||
standardKeymap,
|
||||
} from "@codemirror/commands";
|
||||
export {
|
||||
autocompletion,
|
||||
closeBrackets,
|
||||
closeBracketsKeymap,
|
||||
} from "https://esm.sh/@codemirror/autocomplete@6.3.0?external=@codemirror/state,@codemirror/commands,@lezer/common,@codemirror/view";
|
||||
CompletionContext,
|
||||
completionKeymap,
|
||||
} from "@codemirror/autocomplete";
|
||||
export type { Completion, CompletionResult } from "@codemirror/autocomplete";
|
||||
|
||||
export { styleTags, Tag, tagHighlighter, tags } from "@lezer/highlight";
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
"@codemirror/commands": "https://esm.sh/@codemirror/commands@6.1.1?external=@codemirror/state,@codemirror/view",
|
||||
"@codemirror/view": "https://esm.sh/@codemirror/view@6.3.0?external=@codemirror/state,@lezer/common",
|
||||
"@lezer/highlight": "https://esm.sh/@lezer/highlight@1.1.1?external=@lezer/common",
|
||||
"@codemirror/autocomplete": "https://esm.sh/@codemirror/autocomplete@6.3.0?external=@codemirror/state,@lezer/common",
|
||||
"@codemirror/autocomplete": "https://esm.sh/@codemirror/autocomplete@6.3.0?external=@codemirror/state,@codemirror/commands,@lezer/common,@codemirror/view",
|
||||
"@codemirror/lint": "https://esm.sh/@codemirror/lint@6.0.0?external=@codemirror/state,@lezer/common",
|
||||
"preact": "https://esm.sh/preact@10.11.1",
|
||||
"yjs": "https://esm.sh/yjs@13.5.42",
|
||||
|
Loading…
Reference in New Issue
Block a user