Browse Source

bump mermaid-to-excalidraw@2 and split into its own chunk

pull/10530/head
dwelle 1 day ago
parent
commit
f7f8092a36
  1. 4
      excalidraw-app/vite.config.mts
  2. 2
      packages/excalidraw/package.json
  3. 838
      yarn.lock

4
excalidraw-app/vite.config.mts

@ -102,6 +102,10 @@ export default defineConfig(({ mode }) => { @@ -102,6 +102,10 @@ export default defineConfig(({ mode }) => {
// Taking the substring after "locales/"
return `locales/${id.substring(index + 8)}`;
}
if (id.includes("@excalidraw/mermaid-to-excalidraw")) {
return "mermaid-to-excalidraw";
}
},
},
},

2
packages/excalidraw/package.json

@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
"@excalidraw/element": "0.18.0",
"@excalidraw/laser-pointer": "1.3.1",
"@excalidraw/math": "0.18.0",
"@excalidraw/mermaid-to-excalidraw": "1.1.3",
"@excalidraw/mermaid-to-excalidraw": "2.0.0-test2",
"@excalidraw/random-username": "1.1.0",
"@radix-ui/react-popover": "1.1.6",
"@radix-ui/react-tabs": "1.1.3",

838
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save