Skip to content

Commit ae7c382

Browse files
committed
feat: make peer deps optional
1 parent f951e00 commit ae7c382

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
"peerDependencies": {
5959
"@tanstack/react-query": "^4 || ^5"
6060
},
61+
"peerDependenciesMeta": {
62+
"@tanstack/react-query": {
63+
"optional": true
64+
}
65+
},
6166
"sideEffects": false,
6267
"scripts": {
6368
"build": "rollup --config rollup.config.js && npm run typecheck",

0 commit comments

Comments
 (0)