-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathconfig.json
More file actions
49 lines (49 loc) · 1.47 KB
/
config.json
File metadata and controls
49 lines (49 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{
"repo": "TanStack/query"
}
],
"commit": false,
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"fixed": [
[
"@tanstack/angular-query-experimental",
"@tanstack/angular-query-devtools",
"@tanstack/angular-query-persist-client",
"@tanstack/eslint-plugin-query",
"@tanstack/preact-query",
"@tanstack/preact-query-devtools",
"@tanstack/preact-query-persist-client",
"@tanstack/query-async-storage-persister",
"@tanstack/query-broadcast-client-experimental",
"@tanstack/query-core",
"@tanstack/query-devtools",
"@tanstack/query-persist-client-core",
"@tanstack/query-sync-storage-persister",
"@tanstack/react-query",
"@tanstack/react-query-devtools",
"@tanstack/react-query-next-experimental",
"@tanstack/react-query-persist-client",
"@tanstack/solid-query",
"@tanstack/solid-query-devtools",
"@tanstack/solid-query-persist-client",
"@tanstack/vue-query"
],
[
"@tanstack/vue-query-devtools",
"@tanstack/svelte-query",
"@tanstack/svelte-query-devtools",
"@tanstack/svelte-query-persist-client"
]
],
"linked": [],
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}