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" + ] + } } }