From 336632a784790b3cb5ef3b031ce43bbb8f2966fe Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Thu, 21 Nov 2024 02:51:31 +0100 Subject: [PATCH] Update package.json --- tanstack-start/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tanstack-start/package.json b/tanstack-start/package.json index 718794f..fe1916c 100644 --- a/tanstack-start/package.json +++ b/tanstack-start/package.json @@ -30,5 +30,13 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.15", "typescript": "^5.6.3" + }, + "pnpm": { + "peerDependencyRules": { + "allowAny": [ + "react", + "react-dom" + ] + } } }