Skip to content

Commit

Permalink
Fix building preview.js on windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cderv committed May 30, 2024
1 parent 38184de commit 51a5f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/webui/quarto-preview/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/webui/quarto-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fluentui/react-icons": "^2.0.201",
"@fluentui/react-components": "^9.19.1",
"@fluentui/react-components": "~9.48.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ansi-output": "^0.0.1"
Expand All @@ -37,4 +37,4 @@
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite-plugin-static-copy": "^0.13.0"
}
}
}

0 comments on commit 51a5f52

Please sign in to comment.