Skip to content

Commit

Permalink
feat: update react-query
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianOsipiuk committed Sep 16, 2021
1 parent cb02c70 commit f133c9a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"homepage": "https://github.com/DamianOsipiuk/vue-query#readme",
"dependencies": {
"match-sorter": "^6.3.0",
"react-query": "^3.19.6",
"react-query": "^3.23.2",
"vue-demi": "^0.10.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/vue/useMutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function useMutation<
});

const resultRefs = toRefs(readonly(state)) as ToRefs<
Readonly<MutationObserverResult<TData, TError, TVariables, TContext>>
Readonly<MutationResult<TData, TError, TVariables, TContext>>
>;

return {
Expand Down

0 comments on commit f133c9a

Please sign in to comment.