@tramvai/tokens-react-query 5.50.0 → 5.53.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +7 -4
package/lib/index.d.ts CHANGED
@@ -18,7 +18,7 @@ export declare const QUERY_CLIENT_TOKEN: QueryClient & {
18
18
  * @description
19
19
  * [default options for the react-query](https://tanstack.com/query/v4/docs/guides/important-defaults)
20
20
  */
21
- export declare const QUERY_CLIENT_DEFAULT_OPTIONS_TOKEN: DefaultOptions<unknown> & {
21
+ export declare const QUERY_CLIENT_DEFAULT_OPTIONS_TOKEN: DefaultOptions<Error> & {
22
22
  __type?: "base token" | undefined;
23
23
  };
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-react-query",
3
- "version": "5.50.0",
3
+ "version": "5.53.74",
4
4
  "description": "Tramvai tokens for @tramvai/module-react-query",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",
@@ -18,11 +18,14 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tanstack/react-query": "^4.7.1"
21
+ "@tanstack/react-query": ">=4.0.0 <6.0.0"
22
+ },
23
+ "devDependencies": {
24
+ "@tanstack/react-query": "5.72.1"
22
25
  },
23
26
  "peerDependencies": {
24
- "@tinkoff/dippy": "0.11.4",
25
- "@tramvai/core": "5.50.0",
27
+ "@tinkoff/dippy": "0.11.5",
28
+ "@tramvai/core": "5.53.74",
26
29
  "tslib": "^2.4.0"
27
30
  },
28
31
  "license": "Apache-2.0"