Skip to content

Commit 29327fd

Browse files
committed
fix build
1 parent be20652 commit 29327fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/orga-build/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"react": "^19.0.0",
5454
"react-dom": "^19.0.0",
5555
"rehype-katex": "^7.0.1",
56+
"unified": "^11.0.5",
5657
"unist-util-visit-parents": "^6.0.1",
5758
"vite": "^7.3.1",
5859
"wouter": "^3.7.0"

packages/rollup/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ export default function rollup(options) {
9191
/** @type {SourceDescription} */
9292
const result = {
9393
code,
94-
// @ts-expect-error: `rollup` is not compiled with `exactOptionalPropertyTypes`,
95-
// so it does not allow `sourceRoot` in `file.map` to be `undefined` here.
9694
map: compiled.map
9795
}
9896
return result

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)