Skip to content

Commit

Permalink
Merge pull request #77 from elliottback/dependabot/npm_and_yarn/mdx-j…
Browse files Browse the repository at this point in the history
…s/react-3.1.0

Bump @mdx-js/react from 3.0.1 to 3.1.0
  • Loading branch information
elliottback authored Oct 23, 2024
2 parents da32d8c + 35ef260 commit 994c2c2
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 @@ -18,7 +18,7 @@
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"@types/react": "^18.3.12",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,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 @@ -2830,6 +2830,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

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -11808,7 +11820,7 @@ __metadata:
"@docusaurus/module-type-aliases": "npm:^3.5.2"
"@docusaurus/preset-classic": "npm:^3.5.2"
"@docusaurus/tsconfig": "npm:^3.5.2"
"@mdx-js/react": "npm:^3.0.1"
"@mdx-js/react": "npm:^3.1.0"
"@types/react": "npm:^18.3.12"
clsx: "npm:^2.1.1"
prism-react-renderer: "npm:^2.4.0"
Expand Down

0 comments on commit 994c2c2

Please sign in to comment.