Skip to content

Commit 13f1217

Browse files
authored
Bump bundled Quarto to 1.9.37 (#12989)
This PR cherrypicks 7f70a06 here to `main` so we also have the Quarto patch release moving forward.
1 parent 4a646df commit 13f1217

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/lib/quarto.js

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

build/lib/quarto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function getQuartoLinux(version: string): Stream {
9393
*/
9494
export function getQuartoStream(): Stream {
9595
// quarto version
96-
const version = '1.9.36';
96+
const version = '1.9.37';
9797

9898
fancyLog(`Synchronizing quarto ${version}...`);
9999

0 commit comments

Comments
 (0)