Skip to content

Commit

Permalink
📦 Bump all myst and thebe package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkoch committed Jan 29, 2025
1 parent 90ba115 commit b148ae3
Show file tree
Hide file tree
Showing 11 changed files with 299 additions and 296 deletions.
11 changes: 11 additions & 0 deletions .changeset/twelve-avocados-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'myst-to-react': patch
'myst-demo': patch
'@myst-theme/providers': patch
'@myst-theme/jupyter': patch
'@myst-theme/article': patch
'@myst-theme/site': patch
'@myst-theme/book': patch
---

Bump all myst and thebe package versions
511 changes: 250 additions & 261 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"version": "changeset version && npm install",
"publish": "npm run clean && npm run build -- --force && changeset publish && git push --follow-tags",
"publish:ci": "npm run clean && npm run build && changeset publish && git push --follow-tags",
"bump:myst:packages": "npx npm-upgrade-monorepo -w 'packages/*' 'myst-* @myst-theme/*'",
"bump:myst:themes": "npx npm-upgrade-monorepo -w 'themes/*' 'myst-* @myst-theme/*'",
"bump:myst:packages": "npx npm-upgrade-monorepo -w 'packages/*' 'myst-* @myst-theme/* thebe*'",
"bump:myst:themes": "npx npm-upgrade-monorepo -w 'themes/*' 'myst-* @myst-theme/* thebe*'",
"bump:myst": "npm run bump:myst:packages && npm run bump:myst:themes"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/jupyter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"jupyterlab-plotly": "^5.24.0",
"myst-common": "^1.7.3",
"myst-config": "^1.7.3",
"myst-frontmatter": "^1.7.3",
"myst-common": "^1.7.7",
"myst-config": "^1.7.7",
"myst-frontmatter": "^1.7.7",
"myst-spec": "^0.0.5",
"myst-spec-ext": "^1.7.3",
"myst-spec-ext": "^1.7.7",
"myst-to-react": "^0.13.5",
"nanoid": "^4.0.2",
"nbtx": "^0.2.3",
"react-syntax-highlighter": "^15.5.0",
"swr": "^2.1.5",
"thebe-core": "0.4.10",
"thebe-lite": "0.4.10",
"thebe-react": "0.4.10",
"thebe-core": "0.5.0",
"thebe-lite": "0.5.0",
"thebe-react": "0.5.0",
"unist-util-select": "^4.0.3"
},
"peerDependencies": {
Expand Down
30 changes: 15 additions & 15 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.7.3",
"myst-config": "^1.7.3",
"myst-directives": "^1.5.7",
"myst-common": "^1.7.7",
"myst-config": "^1.7.7",
"myst-directives": "^1.5.10",
"myst-ext-card": "^1.0.9",
"myst-ext-exercise": "^1.0.8",
"myst-ext-grid": "^1.0.8",
"myst-ext-proof": "^1.0.11",
"myst-ext-tabs": "^1.0.8",
"myst-frontmatter": "^1.7.3",
"myst-parser": "^1.5.7",
"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.7",
"myst-parser": "^1.5.10",
"myst-spec": "^0.0.5",
"myst-to-docx": "^1.0.12",
"myst-to-html": "^1.5.7",
"myst-to-jats": "^1.0.30",
"myst-to-docx": "^1.0.13",
"myst-to-html": "^1.5.10",
"myst-to-jats": "^1.0.32",
"myst-to-react": "^0.13.5",
"myst-to-tex": "^1.0.38",
"myst-to-typst": "^0.0.25",
"myst-transforms": "^1.3.26",
"myst-to-tex": "^1.0.41",
"myst-to-typst": "^0.0.30",
"myst-transforms": "^1.3.30",
"unified": "^10.1.2",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^4.1.2",
Expand Down
5 changes: 4 additions & 1 deletion packages/myst-demo/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ async function parse(
messages: {},
});
const state = new ReferenceState('', {
numbering: frontmatter.numbering ?? defaultFrontmatter?.numbering,
frontmatter: {
...frontmatter,
numbering: frontmatter.numbering ?? defaultFrontmatter?.numbering,
},
vfile,
});
visit(mdast, (n) => {
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 @@ -26,8 +26,8 @@
"@radix-ui/react-hover-card": "^1.0.6",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"myst-common": "^1.7.3",
"myst-config": "^1.7.3",
"myst-common": "^1.7.7",
"myst-config": "^1.7.7",
"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 @@ -27,9 +27,9 @@
"peerDependencies": {
"@types/react": "^16.8 || ^17.0 || ^18.0",
"@types/react-dom": "^16.8 || ^17.0 || ^18.0",
"myst-common": "^1.7.3",
"myst-config": "^1.7.3",
"myst-frontmatter": "^1.7.3",
"myst-common": "^1.7.7",
"myst-config": "^1.7.7",
"myst-frontmatter": "^1.7.7",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"node-fetch": "^2.6.11",
"react-merge-refs": "^2.1.1",
"string.prototype.matchall": "^4.0.11",
"thebe-react": "0.4.10",
"thebe-react": "0.5.0",
"unist-util-select": "^4.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions themes/article/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@remix-run/node": "~1.17.0",
"@remix-run/react": "~1.17.0",
"@remix-run/vercel": "~1.17.0",
"myst-common": "^1.7.3",
"myst-config": "^1.7.3",
"myst-common": "^1.7.7",
"myst-config": "^1.7.7",
"node-fetch": "^2.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions themes/book/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@remix-run/node": "~1.17.0",
"@remix-run/react": "~1.17.0",
"@remix-run/vercel": "~1.17.0",
"myst-common": "^1.7.3",
"myst-config": "^1.7.3",
"myst-common": "^1.7.7",
"myst-config": "^1.7.7",
"node-fetch": "^2.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit b148ae3

Please sign in to comment.