Skip to content

Commit 141c879

Browse files
fix(deps): update dependency @mdx-js/react to v3
Ref: PACT-445
1 parent a1b3466 commit 141c879

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@docusaurus/core": "^2.4.1",
1515
"@docusaurus/plugin-client-redirects": "^2.4.1",
1616
"@docusaurus/preset-classic": "^2.4.1",
17-
"@mdx-js/react": "^1.6.22",
17+
"@mdx-js/react": "^3.0.0",
1818
"@you54f/theme-github-codeblock": "^0.1.1",
1919
"clsx": "^2.1.1",
2020
"react": "^16.14.0",

website/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,6 +2670,13 @@
26702670
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
26712671
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
26722672

2673+
"@mdx-js/react@^3.0.0":
2674+
version "3.1.0"
2675+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.1.0.tgz#c4522e335b3897b9a845db1dbdd2f966ae8fb0ed"
2676+
integrity sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==
2677+
dependencies:
2678+
"@types/mdx" "^2.0.0"
2679+
26732680
26742681
version "1.6.22"
26752682
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -3017,6 +3024,11 @@
30173024
dependencies:
30183025
"@types/unist" "^2"
30193026

3027+
"@types/mdx@^2.0.0":
3028+
version "2.0.13"
3029+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
3030+
integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
3031+
30203032
"@types/mime@*", "@types/mime@^1":
30213033
version "1.3.2"
30223034
resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz"

0 commit comments

Comments
 (0)