Skip to content

Commit 51a5f52

Browse files
committed
Fix building preview.js on windows
It seems update to `@fluentui/react-components-9.49.0` broke the build on windows. This PR fixes the issue by pinning 9.48.0 at the last minor version to use.
1 parent 38184de commit 51a5f52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/webui/quarto-preview/deno.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/webui/quarto-preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@fluentui/react-icons": "^2.0.201",
22-
"@fluentui/react-components": "^9.19.1",
22+
"@fluentui/react-components": "~9.48.0",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
2525
"ansi-output": "^0.0.1"
@@ -37,4 +37,4 @@
3737
"vite-plugin-css-injected-by-js": "^3.1.0",
3838
"vite-plugin-static-copy": "^0.13.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)