Skip to content

Commit ca64d07

Browse files
Bump @mdx-js/react from 3.0.1 to 3.1.0
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.1.0/packages/react) --- updated-dependencies: - dependency-name: "@mdx-js/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e2cb0b commit ca64d07

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@docusaurus/core": "^3.0.0",
5555
"@docusaurus/plugin-client-redirects": "^3.0.0",
5656
"@docusaurus/preset-classic": "^3.0.0",
57-
"@mdx-js/react": "^3.0.0",
57+
"@mdx-js/react": "^3.1.0",
5858
"@uidotdev/usehooks": "^2.4.1",
5959
"@uppy/audio": "latest",
6060
"@uppy/box": "latest",

yarn.lock

+13-1
Original file line numberDiff line numberDiff line change
@@ -2513,6 +2513,18 @@ __metadata:
25132513
languageName: node
25142514
linkType: hard
25152515

2516+
"@mdx-js/react@npm:^3.1.0":
2517+
version: 3.1.0
2518+
resolution: "@mdx-js/react@npm:3.1.0"
2519+
dependencies:
2520+
"@types/mdx": "npm:^2.0.0"
2521+
peerDependencies:
2522+
"@types/react": ">=16"
2523+
react: ">=16"
2524+
checksum: 10/cf89d6392c76091622fb647f205e1ab5cbdf5edd4401dde7092138cefc9fbb6d61428aa63557de0bccca3695d5a8854dd4a93b34a27cb8e27369da7eaeaa3e73
2525+
languageName: node
2526+
linkType: hard
2527+
25162528
"@nodelib/fs.scandir@npm:2.1.5":
25172529
version: 2.1.5
25182530
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -16107,7 +16119,7 @@ __metadata:
1610716119
"@docusaurus/module-type-aliases": "npm:^3.0.0"
1610816120
"@docusaurus/plugin-client-redirects": "npm:^3.0.0"
1610916121
"@docusaurus/preset-classic": "npm:^3.0.0"
16110-
"@mdx-js/react": "npm:^3.0.0"
16122+
"@mdx-js/react": "npm:^3.1.0"
1611116123
"@tsconfig/docusaurus": "npm:^2.0.2"
1611216124
"@typescript-eslint/eslint-plugin": "npm:^5.48.1"
1611316125
"@typescript-eslint/parser": "npm:^5.48.1"

0 commit comments

Comments
 (0)