From b4cb7ca9d255ba8f808ca22049f0b24be7f24dfe Mon Sep 17 00:00:00 2001 From: andytudhope <13001517+andytudhope@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:10:55 +0200 Subject: [PATCH] Revert "Bump @mdx-js/react from 1.6.22 to 3.0.0" This reverts commit d7c87a60f2bfe3ec777bb5b6b8484169c4e9ae9c. --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index efbd18235..2ce583a31 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@makerdao/dai-ui-icons-branding": "^0.0.66", "@makerdao/dai-ui-theme-maker": "^0.0.66", "@mdx-js/mdx": "^1.6.22", - "@mdx-js/react": "^3.0.0", + "@mdx-js/react": "^1.6.22", "@theme-ui/prism": "^0.14.7", "axios": "^1.2.0", "date-fns": "^2.30.0", diff --git a/yarn.lock b/yarn.lock index 9017ff21d..d19458a50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2422,12 +2422,10 @@ unist-builder "2.0.3" unist-util-visit "2.0.3" -"@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" +"@mdx-js/react@^1.6.22": + version "1.6.22" + resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz" + integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg== "@mdx-js/util@1.6.22": version "1.6.22" @@ -2967,11 +2965,6 @@ dependencies: "@types/unist" "*" -"@types/mdx@^2.0.0": - version "2.0.11" - resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.11.tgz#21f4c166ed0e0a3a733869ba04cd8daea9834b8e" - integrity sha512-HM5bwOaIQJIQbAYfax35HCKxx7a3KrK3nBtIqJgSOitivTD1y3oW9P3rxY9RkXYPUk7y/AjAohfHKmFpGE79zw== - "@types/minimatch@*": version "3.0.4" resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz"