Skip to content

Commit 4a3f200

Browse files
committed
chore: update changeset configuration to include fixed dependencies for various TanStack packages
1 parent 7afff91 commit 4a3f200

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

.changeset/config.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,34 @@
88
"access": "public",
99
"baseBranch": "main",
1010
"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+
],
1239
"linked": [],
1340
"ignore": [],
1441
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {

0 commit comments

Comments
 (0)