From e6068c6e86747a1575234a90c89a6bd0cf229358 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Thu, 16 Jan 2025 20:51:30 +0100 Subject: [PATCH] chore(docs): Add missing Docusaurus peer-dep --- docs/package.json | 1 + docs/yarn.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/package.json b/docs/package.json index 5fd5a417d9bf..c394a34182b4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -38,6 +38,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "3.7.0", "@docusaurus/tsconfig": "3.7.0", + "@types/react": "^18.2.55", "typescript": "5.6.2" }, "packageManager": "yarn@4.6.0" diff --git a/docs/yarn.lock b/docs/yarn.lock index 3e237a67b37f..8d46eb55d5b2 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4736,6 +4736,16 @@ __metadata: languageName: node linkType: hard +"@types/react@npm:^18.2.55": + version: 18.3.18 + resolution: "@types/react@npm:18.3.18" + dependencies: + "@types/prop-types": "npm:*" + csstype: "npm:^3.0.2" + checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8 + languageName: node + linkType: hard + "@types/retry@npm:^0.12.0": version: 0.12.1 resolution: "@types/retry@npm:0.12.1" @@ -6912,6 +6922,7 @@ __metadata: "@docusaurus/theme-common": "npm:3.7.0" "@docusaurus/tsconfig": "npm:3.7.0" "@mdx-js/react": "npm:3.0.1" + "@types/react": "npm:^18.2.55" clsx: "npm:2.1.1" prism-react-renderer: "npm:2.4.0" react: "npm:18.2.0"