Skip to content

Commit

Permalink
chore(deps): Bump @mdx-js/react from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 653c092 commit bc3ad02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@docusaurus/preset-classic": "^3.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdx-js/react": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"@types/react": "^18.3.3",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@ __metadata:
languageName: node
linkType: hard

"@mdx-js/react@npm:^3.0.0, @mdx-js/react@npm:^3.0.1":
"@mdx-js/react@npm:^3.0.0":
version: 3.0.1
resolution: "@mdx-js/react@npm:3.0.1"
dependencies:
Expand All @@ -2690,6 +2690,18 @@ __metadata:
languageName: node
linkType: hard

"@mdx-js/react@npm:^3.1.0":
version: 3.1.0
resolution: "@mdx-js/react@npm:3.1.0"
dependencies:
"@types/mdx": "npm:^2.0.0"
peerDependencies:
"@types/react": ">=16"
react: ">=16"
checksum: 10c0/381ed1211ba2b8491bf0ad9ef0d8d1badcdd114e1931d55d44019d4b827cc2752586708f9c7d2f9c3244150ed81f1f671a6ca95fae0edd5797fb47a22e06ceca
languageName: node
linkType: hard

"@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1":
version: 5.1.1-v1
resolution: "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1"
Expand Down Expand Up @@ -7330,7 +7342,7 @@ __metadata:
"@docusaurus/preset-classic": "npm:^3.4.0"
"@emotion/react": "npm:^11.11.4"
"@emotion/styled": "npm:^11.11.5"
"@mdx-js/react": "npm:^3.0.1"
"@mdx-js/react": "npm:^3.1.0"
"@types/react": "npm:^18.3.3"
clsx: "npm:^2.1.1"
eslint: "npm:^9.5.0"
Expand Down

0 comments on commit bc3ad02

Please sign in to comment.