Skip to content

Commit 6e08a36

Browse files
Bump @mdx-js/react from 1.6.22 to 2.3.0
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]>
1 parent 6c8ee0c commit 6e08a36

File tree

3 files changed

+49
-24
lines changed

3 files changed

+49
-24
lines changed

package-lock.json

Lines changed: 36 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@docusaurus/core": "^2.4.1",
1818
"@docusaurus/preset-classic": "^2.4.1",
1919
"@docusaurus/theme-search-algolia": "^2.1.0",
20-
"@mdx-js/react": "^1.6.22",
20+
"@mdx-js/react": "^2.3.0",
2121
"clsx": "^2.1.1",
2222
"prism-react-renderer": "^1.3.5",
2323
"react": "^17.0.2",

yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,14 @@
18821882
resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
18831883
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
18841884

1885+
"@mdx-js/react@^2.3.0":
1886+
version "2.3.0"
1887+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
1888+
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
1889+
dependencies:
1890+
"@types/mdx" "^2.0.0"
1891+
"@types/react" ">=16"
1892+
18851893
18861894
version "1.6.22"
18871895
resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
@@ -2299,13 +2307,12 @@
22992307
"@types/history" "^4.7.11"
23002308
"@types/react" "*"
23012309

2302-
"@types/react@*":
2303-
version "18.0.15"
2304-
resolved "https://registry.npmjs.org/@types/react/-/react-18.0.15.tgz"
2305-
integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==
2310+
"@types/react@*", "@types/react@>=16":
2311+
version "18.3.3"
2312+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
2313+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
23062314
dependencies:
23072315
"@types/prop-types" "*"
2308-
"@types/scheduler" "*"
23092316
csstype "^3.0.2"
23102317

23112318
@@ -2320,11 +2327,6 @@
23202327
dependencies:
23212328
"@types/node" "*"
23222329

2323-
"@types/scheduler@*":
2324-
version "0.16.2"
2325-
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
2326-
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
2327-
23282330
"@types/serve-index@^1.9.1":
23292331
version "1.9.1"
23302332
resolved "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz"

0 commit comments

Comments
 (0)