Skip to content

Commit

Permalink
📦 Bump to myst-frontmatter 1.1.35 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Apr 5, 2024
1 parent a9d5b61 commit 6f97346
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 93 deletions.
12 changes: 12 additions & 0 deletions .changeset/thin-tigers-invent.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 myst dependencies
134 changes: 67 additions & 67 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.1.34",
"myst-config": "^1.1.34",
"myst-spec-ext": "^1.1.34",
"myst-common": "^1.1.35",
"myst-config": "^1.1.35",
"myst-spec-ext": "^1.1.35",
"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.3.2",
"jupyterlab-plotly": "^5.18.0",
"myst-common": "^1.1.34",
"myst-config": "^1.1.34",
"myst-frontmatter": "^1.1.34",
"myst-common": "^1.1.35",
"myst-config": "^1.1.35",
"myst-frontmatter": "^1.1.35",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.1.34",
"myst-spec-ext": "^1.1.35",
"myst-to-react": "^0.8.1",
"nanoid": "^4.0.2",
"nbtx": "^0.2.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/myst-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"@heroicons/react": "^2.0.18",
"classnames": "^2.3.2",
"js-yaml": "^4.1.0",
"myst-common": "^1.1.34",
"myst-config": "^1.1.34",
"myst-directives": "^1.2.2",
"myst-common": "^1.1.35",
"myst-config": "^1.1.35",
"myst-directives": "^1.2.3",
"myst-ext-card": "^1.0.5",
"myst-ext-exercise": "^1.0.5",
"myst-ext-grid": "^1.0.5",
"myst-ext-proof": "^1.0.8",
"myst-ext-tabs": "^1.0.5",
"myst-frontmatter": "^1.1.34",
"myst-parser": "^1.2.2",
"myst-frontmatter": "^1.1.35",
"myst-parser": "^1.2.3",
"myst-spec": "^0.0.5",
"myst-to-docx": "^1.0.9",
"myst-to-html": "^1.2.2",
"myst-to-html": "^1.2.3",
"myst-to-jats": "^1.0.24",
"myst-to-react": "^0.8.1",
"myst-to-tex": "^1.0.25",
"myst-to-typst": "^0.0.13",
"myst-transforms": "^1.3.3",
"myst-transforms": "^1.3.4",
"unified": "^10.1.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/myst-to-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@radix-ui/react-hover-card": "^1.0.6",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"myst-common": "^1.1.34",
"myst-config": "^1.1.34",
"myst-common": "^1.1.35",
"myst-config": "^1.1.35",
"myst-spec": "^0.0.5",
"nanoid": "^4.0.2",
"react-syntax-highlighter": "^15.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"peerDependencies": {
"@types/react": "^16.8 || ^17.0 || ^18.0",
"@types/react-dom": "^16.8 || ^17.0 || ^18.0",
"myst-common": "^1.1.34",
"myst-config": "^1.1.34",
"myst-frontmatter": "^1.1.34",
"myst-common": "^1.1.35",
"myst-config": "^1.1.35",
"myst-frontmatter": "^1.1.35",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
Expand Down
Loading

0 comments on commit 6f97346

Please sign in to comment.