migrate to ReactQuery v5 (#1321)
* change signature of hooks * isLoading -> isPending * default error type * dev tools props
Showing
| ... | ... | @@ -40,8 +40,8 @@ |
| "@sentry/cli": "^2.21.2", | ||
| "@sentry/react": "^7.72.0", | ||
| "@slise/embed-react": "^2.2.0", | ||
| "@tanstack/react-query": "^4.0.10", | ||
| "@tanstack/react-query-devtools": "^4.0.10", | ||
| "@tanstack/react-query": "^5.4.3", | ||
| "@tanstack/react-query-devtools": "^5.4.3", | ||
| "@types/papaparse": "^5.3.5", | ||
| "@types/react-scroll": "^1.8.4", | ||
| "@web3modal/ethereum": "^2.6.2", | ||
| ... | ... | @@ -90,6 +90,7 @@ |
| "@playwright/experimental-ct-react": "1.35.1", | ||
| "@playwright/test": "^1.35.1", | ||
| "@svgr/webpack": "^6.5.1", | ||
| "@tanstack/eslint-plugin-query": "^5.0.5", | ||
| "@testing-library/react": "^14.0.0", | ||
| "@total-typescript/ts-reset": "^0.4.0", | ||
| "@types/crypto-js": "^4.1.1", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment