From 82bbf2dce19b5845de2ef2864736e8378b48024a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:35:09 +0000 Subject: [PATCH] fix(deps): update dependency @mdx-js/react to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/website/package.json | 2 +- pnpm-lock.yaml | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/apps/website/package.json b/apps/website/package.json index c4c4444f..ff197722 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -18,7 +18,7 @@ "@docusaurus/core": "2.4.1", "@docusaurus/plugin-google-gtag": "2.4.1", "@docusaurus/preset-classic": "2.4.1", - "@mdx-js/react": "1.6.22", + "@mdx-js/react": "2.3.0", "clsx": "1.2.1", "docusaurus-plugin-remote-content": "3.1.0", "docusaurus-plugin-tailwind": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 054ee4d5..a9fae946 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: 2.4.1 version: 2.4.1(@algolia/client-search@4.17.0)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3) '@mdx-js/react': - specifier: 1.6.22 - version: 1.6.22(react@18.2.0) + specifier: 2.3.0 + version: 2.3.0(react@18.2.0) clsx: specifier: 1.2.1 version: 1.2.1 @@ -2644,6 +2644,16 @@ packages: dependencies: react: 18.2.0 + /@mdx-js/react@2.3.0(react@18.2.0): + resolution: {integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==} + peerDependencies: + react: '>=16' + dependencies: + '@types/mdx': 2.0.5 + '@types/react': 18.2.13 + react: 18.2.0 + dev: false + /@mdx-js/util@1.6.22: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} @@ -4130,6 +4140,10 @@ packages: dependencies: '@types/unist': 2.0.6 + /@types/mdx@2.0.5: + resolution: {integrity: sha512-76CqzuD6Q7LC+AtbPqrvD9AqsN0k8bsYo2bM2J8pmNldP1aIPAbzUQ7QbobyXL4eLr1wK5x8FZFe8eF/ubRuBg==} + dev: false + /@types/mime@1.3.2: resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==}