Skip to content

Commit 3d67644

Browse files
fix: Add missing react peer dependencies (#5779)
Fixes tsup/esbuild resolution of internal vs external imports
1 parent 1f74575 commit 3d67644

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react-query-persist-client/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"react-dom": "^18.2.0"
5353
},
5454
"peerDependencies": {
55-
"@tanstack/react-query": "workspace:*"
55+
"@tanstack/react-query": "workspace:*",
56+
"react": "^18.0.0",
57+
"react-dom": "^18.0.0"
5658
}
5759
}

0 commit comments

Comments
 (0)