File tree Expand file tree Collapse file tree 15 files changed +1156
-1016
lines changed Expand file tree Collapse file tree 15 files changed +1156
-1016
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/1.9.2 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/1.9.4 /schema.json" ,
3
3
"organizeImports" : {
4
4
"enabled" : false
5
5
},
Original file line number Diff line number Diff line change 17
17
"version" : " pnpm run build && changeset version && pnpm i"
18
18
},
19
19
"devDependencies" : {
20
- "@biomejs/biome" : " ^1.9.2 " ,
20
+ "@biomejs/biome" : " ^1.9.4 " ,
21
21
"@changesets/changelog-github" : " ^0.5.0" ,
22
- "@changesets/cli" : " ^2.27.8 " ,
23
- "@playwright/test" : " ^1.47 .1" ,
24
- "@size-limit/preset-small-lib" : " ^11.1.5 " ,
25
- "@types/node" : " ^22.5.5 " ,
22
+ "@changesets/cli" : " ^2.27.9 " ,
23
+ "@playwright/test" : " ^1.48 .1" ,
24
+ "@size-limit/preset-small-lib" : " ^11.1.6 " ,
25
+ "@types/node" : " ^22.8.0 " ,
26
26
"del-cli" : " ^5.1.0" ,
27
27
"prettier" : " ^3.3.3" ,
28
- "size-limit" : " ^11.1.5 " ,
29
- "typescript" : " ^5.6.2 " ,
30
- "vitest" : " ^2.1.1 "
28
+ "size-limit" : " ^11.1.6 " ,
29
+ "typescript" : " ^5.6.3 " ,
30
+ "vitest" : " ^2.1.3 "
31
31
},
32
32
"size-limit" : [
33
33
{
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/1.9.2 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/1.9.4 /schema.json" ,
3
3
"extends" : [" ../../biome.json" ],
4
4
"files" : {
5
5
"include" : [" ./src/" , " ./test/" ],
Original file line number Diff line number Diff line change 12
12
"react-dom" : " ^18.3.1"
13
13
},
14
14
"devDependencies" : {
15
- "@types/react" : " ^18.3.8 " ,
16
- "@types/react-dom" : " ^18.3.0 " ,
15
+ "@types/react" : " ^18.3.12 " ,
16
+ "@types/react-dom" : " ^18.3.1 " ,
17
17
"openapi-typescript" : " workspace:^" ,
18
18
"typescript" : " 5.4.5"
19
19
}
Original file line number Diff line number Diff line change 6
6
"dev" : " vite dev"
7
7
},
8
8
"dependencies" : {
9
- "@tanstack/react-query" : " ^5.56.2 " ,
9
+ "@tanstack/react-query" : " ^5.59.16 " ,
10
10
"openapi-fetch" : " workspace:^" ,
11
11
"openapi-typescript" : " workspace:^" ,
12
12
"react" : " ^18.3.1" ,
15
15
"devDependencies" : {
16
16
"@types/react" : " 18.3.1" ,
17
17
"@types/react-dom" : " 18.3.0" ,
18
- "@vitejs/plugin-react-swc" : " ^3.7.0 " ,
19
- "typescript" : " ^5.6.2 " ,
20
- "vite" : " ^5.4.6 "
18
+ "@vitejs/plugin-react-swc" : " ^3.7.1 " ,
19
+ "typescript" : " ^5.6.3 " ,
20
+ "vite" : " ^5.4.10 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 11
11
"openapi-fetch" : " workspace:^"
12
12
},
13
13
"devDependencies" : {
14
- "@sveltejs/adapter-auto" : " ^3.2.5 " ,
15
- "@sveltejs/kit" : " ^2.5.28 " ,
14
+ "@sveltejs/adapter-auto" : " ^3.3.1 " ,
15
+ "@sveltejs/kit" : " ^2.7.3 " ,
16
16
"@sveltejs/vite-plugin-svelte" : " ^3.1.2" ,
17
17
"openapi-typescript" : " workspace:^" ,
18
18
"svelte" : " ^4.2.19" ,
19
19
"svelte-check" : " ^3.8.6" ,
20
- "tslib" : " ^2.7 .0" ,
21
- "typescript" : " ^5.6.2 " ,
22
- "vite" : " ^5.4.6 "
20
+ "tslib" : " ^2.8 .0" ,
21
+ "typescript" : " ^5.6.3 " ,
22
+ "vite" : " ^5.4.10 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"openapi-fetch" : " workspace:^" ,
15
- "vue" : " ^3.5.6 "
15
+ "vue" : " ^3.5.12 "
16
16
},
17
17
"devDependencies" : {
18
18
"@tsconfig/node20" : " ^20.1.4" ,
19
19
"@vitejs/plugin-vue" : " ^5.1.4" ,
20
20
"@vue/tsconfig" : " ^0.5.1" ,
21
21
"openapi-typescript" : " workspace:^" ,
22
- "typescript" : " ^5.6.2 " ,
23
- "vite" : " ^5.4.6 " ,
22
+ "typescript" : " ^5.6.3 " ,
23
+ "vite" : " ^5.4.10 " ,
24
24
"vue-tsc" : " ^2.1.6"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 78
78
"openapi-typescript" : " workspace:^" ,
79
79
"openapi-typescript-codegen" : " ^0.25.0" ,
80
80
"openapi-typescript-fetch" : " ^2.0.0" ,
81
- "superagent" : " ^10.1.0 " ,
82
- "typescript" : " ^5.6.2 " ,
83
- "vite" : " ^5.4.6 "
81
+ "superagent" : " ^10.1.1 " ,
82
+ "typescript" : " ^5.6.3 " ,
83
+ "vite" : " ^5.4.10 "
84
84
}
85
85
}
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/1.9.2 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/1.9.4 /schema.json" ,
3
3
"extends" : [" ../../biome.json" ],
4
4
"files" : {
5
5
"ignore" : [" ./test/fixtures/" ]
Original file line number Diff line number Diff line change 65
65
"openapi-typescript-helpers" : " workspace:^"
66
66
},
67
67
"devDependencies" : {
68
+ "@tanstack/react-query" : " ^5.59.16" ,
68
69
"@testing-library/react" : " ^16.0.1" ,
69
70
"@types/react" : " 18.3.1" ,
70
- "@vitejs/plugin-react" : " ^4.3.1 " ,
71
+ "@vitejs/plugin-react" : " ^4.3.3 " ,
71
72
"del-cli" : " ^5.1.0" ,
72
73
"esbuild" : " ^0.20.2" ,
73
74
"execa" : " ^8.0.1" ,
74
- "msw" : " ^2.4 .1" ,
75
+ "msw" : " ^2.5 .1" ,
75
76
"openapi-fetch" : " workspace:^" ,
76
77
"openapi-typescript" : " workspace:^" ,
77
78
"react" : " ^18.3.1" ,
78
- "react-error-boundary" : " ^4.0.13 "
79
+ "react-error-boundary" : " ^4.1.2 "
79
80
},
80
81
"peerDependencies" : {
81
82
"@tanstack/react-query" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments