Skip to content

Commit

Permalink
chore: upgrade tanstack version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabswim committed Nov 26, 2023
1 parent 1a6693e commit 6e504ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
]
},
"peerDependencies": {
"@tanstack/query-core": ">= 4.0.0",
"@tanstack/react-query": ">= 4.0.0"
"@tanstack/query-core": ">= 5.0.0",
"@tanstack/react-query": ">= 5.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand All @@ -53,8 +53,8 @@
"@commitlint/config-conventional": "^17.6.5",
"@lukemorales/jest-type-matchers": "^0.2.2",
"@lukemorales/prettier-config": "^0.1.1",
"@tanstack/query-core": "^4.29.15",
"@tanstack/react-query": "^4.29.15",
"@tanstack/query-core": "^5.8.7",
"@tanstack/react-query": "^5.8.7",
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
Expand Down
31 changes: 11 additions & 20 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 6e504ca

Please sign in to comment.