From 99182446d4756d58dce4cc9ab9bcf198d1a299bd Mon Sep 17 00:00:00 2001 From: Nate Weller Date: Mon, 1 Jul 2024 13:58:23 -0600 Subject: [PATCH] Add @types/react --- pnpm-lock.yaml | 3 +++ projects/plugins/protect/package.json | 1 + 2 files changed, 4 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5677d356790cc..84ae625f40c0a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4123,6 +4123,9 @@ importers: '@babel/runtime': specifier: 7.24.7 version: 7.24.7 + '@types/react': + specifier: 18.3.1 + version: 18.3.1 '@wordpress/browserslist-config': specifier: 6.2.0 version: 6.2.0 diff --git a/projects/plugins/protect/package.json b/projects/plugins/protect/package.json index f455a727497bc..c0b14dafaa139 100644 --- a/projects/plugins/protect/package.json +++ b/projects/plugins/protect/package.json @@ -51,6 +51,7 @@ "@babel/core": "7.24.7", "@babel/preset-env": "7.24.7", "@babel/runtime": "7.24.7", + "@types/react": "18.3.1", "@wordpress/browserslist-config": "6.2.0", "concurrently": "7.6.0", "sass": "1.64.1",