Skip to content

Commit

Permalink
deps: update dependency @mdx-js/react to v3.1.0 (#1017)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Meyer <[email protected]>
  • Loading branch information
renovate[bot] and katexochen authored Dec 3, 2024
1 parent d39a0d0 commit 7c17482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docusaurus/core": "3.6.1",
"@docusaurus/preset-classic": "3.6.1",
"@docusaurus/theme-mermaid": "3.6.1",
"@mdx-js/react": "3.0.1",
"@mdx-js/react": "3.1.0",
"clsx": "2.1.1",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
Expand Down
9 changes: 1 addition & 8 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,14 +1872,7 @@
unist-util-visit "^5.0.0"
vfile "^6.0.0"

"@mdx-js/[email protected]":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
dependencies:
"@types/mdx" "^2.0.0"

"@mdx-js/react@^3.0.0":
"@mdx-js/[email protected]", "@mdx-js/react@^3.0.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
Expand Down
2 changes: 1 addition & 1 deletion packages/by-name/contrast-docs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mkYarnPackage rec {
packageJSON = "${src}/package.json";
offlineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock ";
hash = "sha256-es9JlR9IlsdfZ3MBGISHR0hdXeTOiLwNP6vemyhYykU=";
hash = "sha256-cETU3hpK+SHQUqoF0zquwh/wy804htsTBDn0M46DXgo=";
};

configurePhase =
Expand Down

0 comments on commit 7c17482

Please sign in to comment.