Skip to content

Commit

Permalink
release: v5.40.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 8, 2024
1 parent f8ce2ba commit dd4ee0a
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions examples/svelte/auto-refetching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/load-more-infinite-scroll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/optimistic-updates-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@tanstack/svelte-query": "^5.40.1",
"@tanstack/svelte-query-devtools": "^5.40.1"
"@tanstack/svelte-query": "^5.40.3",
"@tanstack/svelte-query-devtools": "^5.40.3"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query-devtools",
"version": "5.40.1",
"version": "5.40.3",
"description": "Developer tools to interact with and visualize the TanStack/svelte-query cache",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query-persist-client",
"version": "5.40.1",
"version": "5.40.3",
"description": "Svelte bindings to work with persisters in TanStack/svelte-query",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query",
"version": "5.40.1",
"version": "5.40.3",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd4ee0a

Please sign in to comment.