Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Feb 28, 2025
1 parent 0c5f40a commit e68c036
Show file tree
Hide file tree
Showing 10 changed files with 110 additions and 98 deletions.
12 changes: 12 additions & 0 deletions .changeset/rare-poets-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'myst-to-react': patch
'myst-demo': patch
'@myst-theme/providers': patch
'@myst-theme/jupyter': patch
'@myst-theme/common': patch
'@myst-theme/article': patch
'@myst-theme/site': patch
'@myst-theme/book': patch
---

Update to myst 1.3.24
146 changes: 73 additions & 73 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"build": "npm-run-all -l clean -p build:esm"
},
"dependencies": {
"myst-common": "^1.7.8",
"myst-config": "^1.7.8",
"myst-spec-ext": "^1.7.8",
"myst-common": "^1.7.9",
"myst-config": "^1.7.9",
"myst-spec-ext": "^1.7.9",
"nbtx": "^0.2.3",
"unist-util-select": "^4.0.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/jupyter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"jupyterlab-plotly": "^5.24.0",
"myst-common": "^1.7.8",
"myst-config": "^1.7.8",
"myst-frontmatter": "^1.7.8",
"myst-common": "^1.7.9",
"myst-config": "^1.7.9",
"myst-frontmatter": "^1.7.9",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.8",
"myst-spec-ext": "^1.7.9",
"myst-to-react": "^0.13.7",
"nanoid": "^4.0.2",
"nbtx": "^0.2.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/myst-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"@heroicons/react": "^2.0.18",
"classnames": "^2.3.2",
"js-yaml": "^4.1.0",
"myst-common": "^1.7.8",
"myst-common": "^1.7.9",
"myst-config": "^1.7.8",
"myst-directives": "^1.5.11",
"myst-directives": "^1.5.12",
"myst-ext-button": "^0.0.1",
"myst-ext-card": "^1.0.9",
"myst-ext-exercise": "^1.0.9",
"myst-ext-grid": "^1.0.9",
"myst-ext-proof": "^1.0.12",
"myst-ext-tabs": "^1.0.9",
"myst-frontmatter": "^1.7.8",
"myst-parser": "^1.5.11",
"myst-frontmatter": "^1.7.9",
"myst-parser": "^1.5.12",
"myst-spec": "^0.0.5",
"myst-to-docx": "^1.0.13",
"myst-to-docx": "^1.0.14",
"myst-to-html": "^1.5.11",
"myst-to-jats": "^1.0.32",
"myst-to-react": "^0.13.7",
"myst-to-tex": "^1.0.41",
"myst-to-typst": "^0.0.30",
"myst-transforms": "^1.3.31",
"myst-transforms": "^1.3.32",
"unified": "^10.1.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^4.1.2",
Expand Down
Loading

0 comments on commit e68c036

Please sign in to comment.