Skip to content

Commit

Permalink
Merge pull request #316 from NobbZ/renovate/major-mdx-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency @mdx-js/react to v3
  • Loading branch information
NobbZ authored Sep 17, 2024
2 parents 2243461 + 87ef444 commit cc8370a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@iconify-icon/react": "^1.0.8",
"@mdx-js/react": "^2.3.0",
"@mdx-js/react": "^3.0.0",
"crypto-js": "^4.1.1",
"detect-libc": "2.0.2",
"gatsby": "^5.10.0",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1981,13 +1981,12 @@
unist-util-visit "^4.0.0"
vfile "^5.0.0"

"@mdx-js/react@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
"@mdx-js/react@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.0.tgz#eaccaa8d6a7736b19080aff5a70448a7ba692271"
integrity sha512-nDctevR9KyYFyV+m+/+S4cpzCWHqj+iHDHq3QrsWezcC+B17uZdIWgCguESUkwFhM3n/56KxWVE3V6EokrmONQ==
dependencies:
"@types/mdx" "^2.0.0"
"@types/react" ">=16"

"@mischnic/json-sourcemap@^0.1.0":
version "0.1.1"
Expand Down Expand Up @@ -2966,7 +2965,7 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@>=16", "@types/react@^18.2.8":
"@types/react@*", "@types/react@^18.2.8":
version "18.2.46"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.46.tgz#f04d6c528f8f136ea66333bc66abcae46e2680df"
integrity sha512-nNCvVBcZlvX4NU1nRRNV/mFl1nNRuTuslAJglQsq+8ldXe5Xv0Wd2f7WTE3jOxhLH2BFfiZGC6GCp+kHQbgG+w==
Expand Down

0 comments on commit cc8370a

Please sign in to comment.