Skip to content

Commit

Permalink
Update Svelte peer dependency to v5 (#59)
Browse files Browse the repository at this point in the history
* deps: update svelte version in peer deps

* bump version

* chore: update deps
  • Loading branch information
vishalbalaji authored Nov 16, 2024
1 parent fa0223b commit 142943d
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 5 deletions.
5 changes: 3 additions & 2 deletions @lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trpc-svelte-query-adapter",
"version": "2.3.14",
"version": "2.3.15",
"description": "A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.",
"keywords": [
"trpc",
Expand Down Expand Up @@ -40,7 +40,8 @@
"@tanstack/svelte-query": "^5.8.2",
"@trpc/client": "^10.43.3",
"@trpc/server": "^10.43.3",
"svelte": "^4.2.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"svelte": "^5",
"typescript": "^5.2.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 142943d

Please sign in to comment.