Skip to content

Commit

Permalink
build(deps): bump @mdx-js/react from 1.6.22 to 3.0.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 3.0.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.0.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 91661a6 commit 06803b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@easyops-cn/docusaurus-search-local": "^0.35.0",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"clsx": "^2.0.0",
"file-loader": "^6.2.0",
Expand Down
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3547,6 +3547,18 @@ __metadata:
languageName: node
linkType: hard

"@mdx-js/react@npm:^3.0.0":
version: 3.0.0
resolution: "@mdx-js/react@npm:3.0.0"
dependencies:
"@types/mdx": ^2.0.0
peerDependencies:
"@types/react": ">=16"
react: ">=16"
checksum: a780cff9d7f7639d6fc21c9d4e0a6ac1370c3209ea0db176923df7f9145785309591cf871f227f5135d1fe2accce0d5df9a22fc0530e5dda0c7b4b105705f20d
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 @@ -4547,6 +4559,13 @@ __metadata:
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.10
resolution: "@types/mdx@npm:2.0.10"
checksum: 3e2fb24b7bfae739a59573344171292b6c31256ad9afddc00232e9de4fbc97b270e1a11d13cb935cba0d9bbb9bc7348793eda82ee752233c5d2289f4b897f719
languageName: node
linkType: hard

"@types/mime@npm:*":
version: 3.0.1
resolution: "@types/mime@npm:3.0.1"
Expand Down Expand Up @@ -16063,7 +16082,7 @@ __metadata:
"@docusaurus/plugin-google-gtag": ^2.4.1
"@docusaurus/preset-classic": ^2.4.1
"@easyops-cn/docusaurus-search-local": ^0.35.0
"@mdx-js/react": ^1.6.22
"@mdx-js/react": ^3.0.0
"@svgr/webpack": ^8.1.0
clsx: ^2.0.0
file-loader: ^6.2.0
Expand Down

0 comments on commit 06803b0

Please sign in to comment.