Skip to content

Commit

Permalink
fix(svelte-query): update peer deps to stable v5 version (#8359)
Browse files Browse the repository at this point in the history
* fix(svelte-query,svelte-query-devtools,svelte-query-persist-client): Use stable v5 version

* dedupe

---------

Co-authored-by: Lachlan Collins <[email protected]>
  • Loading branch information
wobsoriano and lachlancollins authored Mar 7, 2025
1 parent f31eeda commit 30d18ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/svelte-query-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
},
"peerDependencies": {
"@tanstack/svelte-query": "workspace:^",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-query-persist-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"peerDependencies": {
"@tanstack/svelte-query": "workspace:^",
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"svelte-check": "^4.0.0"
},
"peerDependencies": {
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0"
"svelte": "^3.54.0 || ^4.0.0 || ^5.0.0"
}
}

0 comments on commit 30d18ee

Please sign in to comment.