fix: build for tidy-tree layout

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
darshanr0107
2025-08-05 15:35:42 +05:30
parent f0bca7da55
commit 2f1860386a
4 changed files with 1 additions and 5 deletions

View File

@@ -5,6 +5,6 @@
"outDir": "./dist", "outDir": "./dist",
"types": ["vitest/importMeta", "vitest/globals"] "types": ["vitest/importMeta", "vitest/globals"]
}, },
"include": ["./src/**/*.ts"], "include": ["./src/**/.ts", "./src/**/*.d.ts"],
"typeRoots": ["./src/types"] "typeRoots": ["./src/types"]
} }

View File

@@ -83,7 +83,6 @@
"khroma": "^2.1.0", "khroma": "^2.1.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"marked": "^15.0.7", "marked": "^15.0.7",
"non-layered-tidy-tree-layout": "^2.0.2",
"roughjs": "^4.6.6", "roughjs": "^4.6.6",
"stylis": "^4.3.6", "stylis": "^4.3.6",
"ts-dedent": "^2.2.0", "ts-dedent": "^2.2.0",

3
pnpm-lock.yaml generated
View File

@@ -271,9 +271,6 @@ importers:
marked: marked:
specifier: ^15.0.7 specifier: ^15.0.7
version: 15.0.12 version: 15.0.12
non-layered-tidy-tree-layout:
specifier: ^2.0.2
version: 2.0.2
roughjs: roughjs:
specifier: ^4.6.6 specifier: ^4.6.6
version: 4.6.6(patch_hash=3543d47108cb41b68ec6a671c0e1f9d0cfe2ce524fea5b0992511ae84c3c6b64) version: 4.6.6(patch_hash=3543d47108cb41b68ec6a671c0e1f9d0cfe2ce524fea5b0992511ae84c3c6b64)