Skip to content

Commit

Permalink
release: v5.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Oct 4, 2024
1 parent bb8278d commit 8cec02a
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 85 deletions.
2 changes: 1 addition & 1 deletion examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.58.1",
"@tanstack/eslint-plugin-query": "^5.59.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.58.1",
"@tanstack/eslint-plugin-query": "^5.59.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"solid-js": "^1.8.19"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.58.1",
"@tanstack/eslint-plugin-query": "^5.59.1",
"typescript": "5.3.3",
"vite": "^5.3.5",
"vite-plugin-solid": "^2.10.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/2.6-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"_preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"@vue/composition-api": "1.7.2",
"vue": "2.6.14",
"vue-template-compiler": "2.6.14"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/2.7-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"_serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"vue": "2.7.16",
"vue-template-compiler": "2.7.16"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.0",
"@tanstack/vue-query-devtools": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"@tanstack/vue-query-devtools": "^5.59.1",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dependent-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"_start": "node .output/server/index.mjs"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.0"
"@tanstack/vue-query": "^5.59.1"
},
"devDependencies": {
"nuxt": "^3.12.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tanstack/query-core": "^5.59.0",
"@tanstack/query-persist-client-core": "^5.59.0",
"@tanstack/query-sync-storage-persister": "^5.59.0",
"@tanstack/vue-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"idb-keyval": "^6.2.1",
"vue": "^3.4.27"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.59.0",
"@tanstack/vue-query-devtools": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"@tanstack/vue-query-devtools": "^5.59.1",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/eslint-plugin-query",
"version": "5.58.1",
"version": "5.59.1",
"description": "ESLint plugin for TanStack Query",
"author": "Eliya Cohen",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-query-devtools",
"version": "5.59.0",
"version": "5.59.1",
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-query",
"version": "5.59.0",
"version": "5.59.1",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
"author": "Damian Osipiuk",
"license": "MIT",
Expand Down
Loading

0 comments on commit 8cec02a

Please sign in to comment.