Skip to content

Commit 7102f0c

Browse files
committed
Merge branch 'master' into new-monaco
2 parents e733ac0 + c96fde8 commit 7102f0c

File tree

3 files changed

+150
-15
lines changed

3 files changed

+150
-15
lines changed

package-lock.json

Lines changed: 146 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "edotor.net",
33
"author": "Niklas Mollenhauer",
44
"license": "MIT",
5-
"version": "2.2.9",
5+
"version": "2.3.0",
66
"description": "Online Graphviz fiddle with language support",
77
"private": true,
88
"type": "module",
99
"scripts": {
10-
"test": "tsc",
10+
"test": "tsgo",
1111
"build": "vite build",
1212
"ci": "biome ci ./src",
1313
"lint": "biome lint ./src && eslint",
@@ -37,6 +37,7 @@
3737
"@types/react": "19.2.7",
3838
"@types/react-dom": "19.2.3",
3939
"@typescript-eslint/parser": "^8.49.0",
40+
"@typescript/native-preview": "^7.0.0-dev.20251209.1",
4041
"@vitejs/plugin-react": "^5.1.2",
4142
"babel-plugin-react-compiler": "^1.0.0",
4243
"eslint": "^9.39.1",

src/components/Navigation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { useId } from "react";
33
import type { SupportedEngine, SupportedFormat } from "../rendering";
44
import { samples } from "../samples/index.js";
55
import { displayFormats, supportedEngines } from "../viz.js";
6+
67
import ItemMenu from "./ItemMenu.js";
78
import ItemSelection from "./ItemSelection.js";
89
import SiteLogo from "./SiteLogo.js";

0 commit comments

Comments
 (0)