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