Skip to content

Commit 714cc29

Browse files
mata updater
1 parent 4382cfd commit 714cc29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/cursorless-org-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"clsx": "2.1.1",
5959
"mdast-util-find-and-replace": "3.0.2",
6060
"prism-react-renderer": "2.4.1",
61-
"react-dom": "19.1.0",
6261
"react": "19.1.0",
62+
"react-dom": "19.1.0",
6363
"shiki": "3.7.0",
6464
"unist-util-visit": "5.0.0"
6565
},

packages/cursorless-org-docs/src/docs/user/languages/components/ScopeVisualizer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Range } from "@cursorless/common";
22
import React, { useState } from "react";
3-
import { createCssVariablesTheme } from "shiki";
43
import scopeTestsExport from "../../../../../static/scopeTests.json";
54
import { Code, Highlight } from "./Code";
65

@@ -27,8 +26,6 @@ interface Props {
2726
languageId: string;
2827
}
2928

30-
const myTheme = createCssVariablesTheme();
31-
3229
export function ScopeVisualizer({ languageId }: Props) {
3330
const [fixtures] = useState(
3431
scopeTests.filter((s) => s.languageId === languageId),

packages/cursorless-org-docs/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"references": [
1919
{
2020
"path": "../common"
21+
},
22+
{
23+
"path": "../node-common"
2124
}
2225
]
2326
}

0 commit comments

Comments
 (0)