|
8 | 8 | "access": "public", |
9 | 9 | "baseBranch": "main", |
10 | 10 | "updateInternalDependencies": "patch", |
11 | | - "fixed": [], |
| 11 | + "fixed": [ |
| 12 | + [ |
| 13 | + "@tanstack/angular-query-experimental", |
| 14 | + "@tanstack/angular-query-persist-client", |
| 15 | + "@tanstack/eslint-plugin-query", |
| 16 | + "@tanstack/query-async-storage-persister", |
| 17 | + "@tanstack/query-broadcast-client-experimental", |
| 18 | + "@tanstack/query-codemods", |
| 19 | + "@tanstack/query-core", |
| 20 | + "@tanstack/query-devtools", |
| 21 | + "@tanstack/query-persist-client-core", |
| 22 | + "@tanstack/query-sync-storage-persister", |
| 23 | + "@tanstack/react-query", |
| 24 | + "@tanstack/react-query-devtools", |
| 25 | + "@tanstack/react-query-next-experimental", |
| 26 | + "@tanstack/react-query-persist-client", |
| 27 | + "@tanstack/solid-query", |
| 28 | + "@tanstack/solid-query-devtools", |
| 29 | + "@tanstack/solid-query-persist-client", |
| 30 | + "@tanstack/vue-query" |
| 31 | + ], |
| 32 | + ["@tanstack/vue-query-devtools"], |
| 33 | + [ |
| 34 | + "@tanstack/svelte-query", |
| 35 | + "@tanstack/svelte-query-devtools", |
| 36 | + "@tanstack/svelte-query-persist-client" |
| 37 | + ] |
| 38 | + ], |
12 | 39 | "linked": [], |
13 | 40 | "ignore": [], |
14 | 41 | "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { |
|
0 commit comments