Skip to content

Commit

Permalink
Bump @mdx-js/react from 1.6.22 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 1.6.22 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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 0568d49 commit 0ca49e3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"@mdx-js/react": "^3.1.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
Expand Down
47 changes: 33 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3941,6 +3941,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: 10/cf89d6392c76091622fb647f205e1ab5cbdf5edd4401dde7092138cefc9fbb6d61428aa63557de0bccca3695d5a8854dd4a93b34a27cb8e27369da7eaeaa3e73
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 @@ -5642,6 +5654,13 @@ __metadata:
languageName: node
linkType: hard

"@types/mdx@npm:^2.0.0":
version: 2.0.13
resolution: "@types/mdx@npm:2.0.13"
checksum: 10/b73ed5f08114879b9590dc6a9ee8b648643c57c708583cd24b2bc3cc8961361fc63139ac7e9291e7b3b6e6b45707749d01d6f9727ddec5533df75dc3b90871a4
languageName: node
linkType: hard

"@types/mime@npm:^1":
version: 1.3.5
resolution: "@types/mime@npm:1.3.5"
Expand Down Expand Up @@ -9510,7 +9529,7 @@ __metadata:
"@docusaurus/core": "npm:2.4.3"
"@docusaurus/module-type-aliases": "npm:2.4.3"
"@docusaurus/preset-classic": "npm:2.4.3"
"@mdx-js/react": "npm:^1.6.22"
"@mdx-js/react": "npm:^3.1.0"
"@tsconfig/docusaurus": "npm:^1.0.5"
clsx: "npm:^1.2.1"
docusaurus-plugin-typedoc: "npm:^1.0.0-next.17"
Expand Down Expand Up @@ -18307,6 +18326,19 @@ __metadata:
languageName: node
linkType: hard

"something@workspace:.":
version: 0.0.0-use.local
resolution: "something@workspace:."
dependencies:
"@vitest/browser": "npm:^2.1.2"
playwright: "npm:^1.48.0"
prettier: "npm:3.0.2"
rollup-plugin-visualizer: "npm:^5.12.0"
vite-plugin-node-polyfills: "npm:^0.22.0"
vitest: "npm:^2.1.2"
languageName: unknown
linkType: soft

"sort-css-media-queries@npm:2.1.0":
version: 2.1.0
resolution: "sort-css-media-queries@npm:2.1.0"
Expand Down Expand Up @@ -21047,16 +21079,3 @@ __metadata:
checksum: 10/28a1bebacab3bc60150b6b0a2ba1db2ad033f068e81f05e4892ec0ea13ae63f5d140a1d692062ac0657840c8da076f35b94433b5f1c329d7803b247de80f064a
languageName: node
linkType: hard

"{{APP_NAME}}@workspace:.":
version: 0.0.0-use.local
resolution: "{{APP_NAME}}@workspace:."
dependencies:
"@vitest/browser": "npm:^2.1.2"
playwright: "npm:^1.48.0"
prettier: "npm:3.0.2"
rollup-plugin-visualizer: "npm:^5.12.0"
vite-plugin-node-polyfills: "npm:^0.22.0"
vitest: "npm:^2.1.2"
languageName: unknown
linkType: soft

0 comments on commit 0ca49e3

Please sign in to comment.