Skip to content

Commit

Permalink
📦 Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Sep 27, 2023
1 parent 1d29272 commit a3222bf
Show file tree
Hide file tree
Showing 13 changed files with 4,158 additions and 3,314 deletions.
12 changes: 12 additions & 0 deletions .changeset/short-carrots-exist.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
7,380 changes: 4,103 additions & 3,277 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"lint:format": "prettier --check \"src/**/*.{ts,tsx,md}\"",
"test": "vitest run",
"test:watch": "vitest watch",
"build:esm": "tsc --project ./tsconfig.json --module es2015 --outDir dist --declaration",
"build:esm": "tsc --project ./tsconfig.json --module Node16 --outDir dist --declaration",
"build": "npm-run-all -l clean -p build:esm"
},
"dependencies": {
"myst-common": "^1.1.4",
"myst-config": "^1.1.4",
"myst-spec-ext": "^1.1.4",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"myst-spec-ext": "^1.1.8",
"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 @@ -28,10 +28,10 @@
"ansi-to-react": "^6.1.6",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"myst-spec-ext": "^1.1.4",
"myst-common": "^1.1.4",
"myst-config": "^1.1.4",
"myst-frontmatter": "^1.1.4",
"myst-spec-ext": "^1.1.8",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"myst-frontmatter": "^1.1.8",
"myst-spec": "^0.0.4",
"myst-to-react": "^0.5.6",
"nanoid": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter/src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function useFetchAnyTruncatedContent(outputs: MinifiedOutput[]): {

const { data, error } = useSWRImmutable<LongContent[]>(
itemsWithPaths.map(({ path }) => path),
arrayFetcher,
arrayFetcher as any,
);

data?.forEach(({ content }, idx) => {
Expand Down
32 changes: 16 additions & 16 deletions packages/myst-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
"@heroicons/react": "^2.0.18",
"classnames": "^2.3.2",
"js-yaml": "^4.1.0",
"myst-common": "^1.1.4",
"myst-config": "^1.1.4",
"myst-directives": "^1.0.6",
"myst-ext-card": "^1.0.2",
"myst-ext-exercise": "^1.0.2",
"myst-ext-grid": "^1.0.2",
"myst-ext-proof": "^1.0.2",
"myst-ext-tabs": "^1.0.2",
"myst-frontmatter": "^1.1.3",
"myst-parser": "^1.0.6",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"myst-directives": "^1.0.8",
"myst-ext-card": "^1.0.4",
"myst-ext-exercise": "^1.0.4",
"myst-ext-grid": "^1.0.4",
"myst-ext-proof": "^1.0.4",
"myst-ext-tabs": "^1.0.4",
"myst-frontmatter": "^1.1.8",
"myst-parser": "^1.0.8",
"myst-spec": "^0.0.4",
"myst-to-docx": "^1.0.3",
"myst-to-html": "^1.0.6",
"myst-to-jats": "^1.0.9",
"myst-to-docx": "^1.0.5",
"myst-to-html": "^1.0.8",
"myst-to-jats": "^1.0.13",
"myst-to-react": "^0.5.6",
"myst-to-tex": "^1.0.4",
"myst-to-typst": "^0.0.3",
"myst-transforms": "^1.1.0",
"myst-to-tex": "^1.0.7",
"myst-to-typst": "^0.0.5",
"myst-transforms": "^1.1.2",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7",
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 @@ -24,8 +24,8 @@
"@radix-ui/react-hover-card": "^1.0.6",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"myst-common": "^1.1.4",
"myst-config": "^1.1.4",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"myst-spec": "^0.0.4",
"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 @@ -24,9 +24,9 @@
"peerDependencies": {
"@types/react": "^16.8 || ^17.0 || ^18.0",
"@types/react-dom": "^16.8 || ^17.0 || ^18.0",
"myst-common": "^1.1.4",
"myst-config": "^1.1.4",
"myst-frontmatter": "^1.1.4",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"myst-frontmatter": "^1.1.8",
"react": "^16.8 || ^17.0 || ^18.0",
"react-dom": "^16.8 || ^17.0 || ^18.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@myst-theme/providers": "^0.5.6",
"classnames": "^2.3.2",
"lodash.throttle": "^4.1.1",
"myst-common": "^1.1.4",
"myst-spec-ext": "^1.1.4",
"myst-config": "^1.1.4",
"myst-common": "^1.1.8",
"myst-spec-ext": "^1.1.8",
"myst-config": "^1.1.8",
"myst-demo": "^0.5.6",
"myst-to-react": "^0.5.6",
"nbtx": "^0.2.3",
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.1.4",
"myst-config": "^1.1.4",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"node-fetch": "^2.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
3 changes: 3 additions & 0 deletions themes/article/remix.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ module.exports = {
'jats-tags',
/^@myst-theme\/.*/,
'react-syntax-highlighter',
'markdown-it-myst-extras',
'markdown-it-myst-dollarmath',
'markdown-it-myst-amsmath',
],
watchPaths: ['../../packages/**/*'],
future: {
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.1.4",
"myst-config": "^1.1.4",
"myst-common": "^1.1.8",
"myst-config": "^1.1.8",
"node-fetch": "^2.6.11",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
3 changes: 3 additions & 0 deletions themes/book/remix.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ module.exports = {
'jats-tags',
/^@myst-theme\/.*/,
'react-syntax-highlighter',
'markdown-it-myst-extras',
'markdown-it-myst-dollarmath',
'markdown-it-myst-amsmath',
],
watchPaths: ['../../packages/**/*'],
future: {
Expand Down

0 comments on commit a3222bf

Please sign in to comment.