Skip to content

Commit

Permalink
Bump @mdx-js/react from 1.6.22 to 2.3.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 1.6.22 to 2.3.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/2.3.0/packages/react)

---
updated-dependencies:
- dependency-name: "@mdx-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 2255a33 commit a5bf75f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@docusaurus/plugin-client-redirects": "^2.4.3",
"@docusaurus/plugin-google-gtag": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^2.3.0",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"docusaurus-plugin-sass": "^0.2.1",
Expand Down
32 changes: 31 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2348,6 +2348,18 @@ __metadata:
languageName: node
linkType: hard

"@mdx-js/react@npm:^2.3.0":
version: 2.3.0
resolution: "@mdx-js/react@npm:2.3.0"
dependencies:
"@types/mdx": ^2.0.0
"@types/react": ">=16"
peerDependencies:
react: ">=16"
checksum: f45fe779556e6cd9a787f711274480e0638b63c460f192ebdcd77cc07ffa61e23c98cb46dd46e577093e1cb4997a232a848d1fb0ba850ae204422cf603add524
languageName: node
linkType: hard

"@mdx-js/util@npm:1.6.22":
version: 1.6.22
resolution: "@mdx-js/util@npm:1.6.22"
Expand Down Expand Up @@ -2899,6 +2911,13 @@ __metadata:
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.7
resolution: "@types/mdx@npm:2.0.7"
checksum: c746659ebea471535d99a49cc935dc9f831fac22def3fa8c8a0883ad2cae71c4cca1d8563fa60d0e2730b14cb13e95c32af8dfda455a4937476a7d9e2748d641
languageName: node
linkType: hard

"@types/mime@npm:^1":
version: 1.3.2
resolution: "@types/mime@npm:1.3.2"
Expand Down Expand Up @@ -3005,6 +3024,17 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:>=16":
version: 18.2.22
resolution: "@types/react@npm:18.2.22"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 44289523dabaadcd3fd85689abb98f9ebcc8492d7e978348d1c986138acef4801030b279e89a19e38a6319e294bcea77559e37e0c803e4bacf2b8ae3a56ba587
languageName: node
linkType: hard

"@types/responselike@npm:^1.0.0":
version: 1.0.0
resolution: "@types/responselike@npm:1.0.0"
Expand Down Expand Up @@ -7319,7 +7349,7 @@ __metadata:
"@docusaurus/plugin-client-redirects": ^2.4.3
"@docusaurus/plugin-google-gtag": ^2.4.3
"@docusaurus/preset-classic": ^2.4.3
"@mdx-js/react": ^1.6.22
"@mdx-js/react": ^2.3.0
"@svgr/webpack": ^5.5.0
clsx: ^1.1.1
docusaurus-plugin-sass: ^0.2.1
Expand Down

0 comments on commit a5bf75f

Please sign in to comment.