Skip to content

Commit

Permalink
Merge pull request #9805 from quarto-dev/fix/build-preview.js
Browse files Browse the repository at this point in the history
Fix preview.js build on windows
  • Loading branch information
cscheid authored May 30, 2024
2 parents 38184de + 51a5f52 commit d0f1736
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 d0f1736

Please sign in to comment.