Skip to content

Commit

Permalink
Merge branch 'main' into feature/staleTime-function
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo authored Jun 11, 2024
2 parents f39bc87 + ef72cd5 commit 37eb9f7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/react/algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.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 @@ -15,7 +15,7 @@
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/eslint-plugin-query": "^5.43.1",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.11"
},
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.17"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/eslint-plugin-query": "^5.43.1",
"typescript": "5.3.3",
"vite": "^5.2.11",
"vite-plugin-solid": "^2.10.2"
Expand Down
4 changes: 2 additions & 2 deletions 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.35.6",
"version": "5.43.1",
"description": "ESLint plugin for TanStack Query",
"author": "Eliya Cohen",
"license": "MIT",
Expand Down Expand Up @@ -53,6 +53,6 @@
"eslint": "^9.4.0"
},
"peerDependencies": {
"eslint": "^8.0.0 | ^9.0.0"
"eslint": "^8 || ^9"
}
}
12 changes: 6 additions & 6 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 37eb9f7

Please sign in to comment.