File tree 11 files changed +1795
-825
lines changed
openapi-ts-tanstack-angular-query-experimental
openapi-ts-tanstack-react-query
openapi-ts-tanstack-svelte-query
openapi-ts-tanstack-vue-query
11 files changed +1795
-825
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@hey-api/client-axios" : " workspace:*" ,
16
- "@radix-ui/react-form" : " 0.1.1 " ,
16
+ "@radix-ui/react-form" : " 0.1.2 " ,
17
17
"@radix-ui/react-icons" : " 1.3.2" ,
18
- "@radix-ui/themes" : " 3.1.6 " ,
18
+ "@radix-ui/themes" : " 3.2.0 " ,
19
19
"axios" : " 1.7.9" ,
20
20
"react" : " 19.0.0" ,
21
21
"react-dom" : " 19.0.0"
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@hey-api/client-fetch" : " workspace:*" ,
13
- "fastify" : " 5.2.0 " ,
13
+ "fastify" : " 5.2.1 " ,
14
14
"fastify-openapi-glue" : " 4.8.0"
15
15
},
16
16
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@hey-api/client-fetch" : " workspace:*" ,
16
- "@radix-ui/react-form" : " 0.1.1 " ,
16
+ "@radix-ui/react-form" : " 0.1.2 " ,
17
17
"@radix-ui/react-icons" : " 1.3.2" ,
18
- "@radix-ui/themes" : " 3.1.6 " ,
18
+ "@radix-ui/themes" : " 3.2.0 " ,
19
19
"react" : " 19.0.0" ,
20
20
"react-dom" : " 19.0.0"
21
21
},
Original file line number Diff line number Diff line change 14
14
},
15
15
"dependencies" : {
16
16
"@hey-api/client-nuxt" : " workspace:*" ,
17
- "nuxt" : " 3.14.1592 " ,
17
+ "nuxt" : " 3.15.4 " ,
18
18
"vue" : " 3.5.13" ,
19
19
"vue-router" : " 4.5.0" ,
20
- "zod" : " 3.23.8 "
20
+ "zod" : " 3.24.1 "
21
21
},
22
22
"devDependencies" : {
23
23
"@hey-api/openapi-ts" : " workspace:*" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@hey-api/client-fetch" : " workspace:*" ,
16
- "@radix-ui/react-form" : " 0.1.1 " ,
16
+ "@radix-ui/react-form" : " 0.1.2 " ,
17
17
"@radix-ui/react-icons" : " 1.3.2" ,
18
- "@radix-ui/themes" : " 3.1.6 " ,
18
+ "@radix-ui/themes" : " 3.2.0 " ,
19
19
"react" : " 19.0.0" ,
20
20
"react-dom" : " 19.0.0"
21
21
},
Original file line number Diff line number Diff line change 22
22
"@angular/platform-browser-dynamic" : " ^19.0.5" ,
23
23
"@angular/router" : " ^19.0.5" ,
24
24
"@hey-api/client-fetch" : " workspace:*" ,
25
- "@tanstack/angular-query-experimental" : " 5.62.13 " ,
25
+ "@tanstack/angular-query-experimental" : " 5.66.0 " ,
26
26
"rxjs" : " ~7.8.0" ,
27
27
"tslib" : " ^2.8.1" ,
28
28
"zone.js" : " ~0.15.0"
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@hey-api/client-fetch" : " workspace:*" ,
16
- "@radix-ui/react-form" : " 0.1.1 " ,
16
+ "@radix-ui/react-form" : " 0.1.2 " ,
17
17
"@radix-ui/react-icons" : " 1.3.2" ,
18
- "@radix-ui/themes" : " 3.1.6 " ,
19
- "@tanstack/react-query" : " 5.62.15 " ,
20
- "@tanstack/react-query-devtools" : " 5.62.15 " ,
18
+ "@radix-ui/themes" : " 3.2.0 " ,
19
+ "@tanstack/react-query" : " 5.66.0 " ,
20
+ "@tanstack/react-query-devtools" : " 5.66.0 " ,
21
21
"react" : " 19.0.0" ,
22
22
"react-dom" : " 19.0.0"
23
23
},
Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"@hey-api/client-fetch" : " workspace:*" ,
20
- "@tanstack/svelte-query" : " 5.62.12 "
20
+ "@tanstack/svelte-query" : " 5.66.0 "
21
21
},
22
22
"devDependencies" : {
23
23
"@fontsource/fira-mono" : " 5.0.0" ,
Original file line number Diff line number Diff line change 16
16
},
17
17
"dependencies" : {
18
18
"@hey-api/client-fetch" : " workspace:*" ,
19
- "@tanstack/vue-query" : " 5.62.12 " ,
20
- "@tanstack/vue-query-devtools" : " 5.62.12 " ,
21
- "pinia" : " 2.3.0 " ,
19
+ "@tanstack/vue-query" : " 5.66.0 " ,
20
+ "@tanstack/vue-query-devtools" : " 5.66.0 " ,
21
+ "pinia" : " 2.3.1 " ,
22
22
"vue" : " 3.5.13" ,
23
23
"vue-router" : " 4.5.0"
24
24
},
Original file line number Diff line number Diff line change 81
81
"dependencies" : {
82
82
"@hey-api/json-schema-ref-parser" : " 1.0.2" ,
83
83
"c12" : " 2.0.1" ,
84
- "commander" : " 13.0 .0" ,
84
+ "commander" : " 13.1 .0" ,
85
85
"handlebars" : " 4.7.8"
86
86
},
87
87
"peerDependencies" : {
103
103
"@hey-api/client-fetch" : " workspace:*" ,
104
104
"@hey-api/client-next" : " workspace:*" ,
105
105
"@hey-api/client-nuxt" : " workspace:*" ,
106
- "@tanstack/angular-query-experimental" : " 5.62.13 " ,
107
- "@tanstack/react-query" : " 5.62.15 " ,
106
+ "@tanstack/angular-query-experimental" : " 5.66.0 " ,
107
+ "@tanstack/react-query" : " 5.66.0 " ,
108
108
"@tanstack/solid-query" : " 5.51.21" ,
109
- "@tanstack/svelte-query" : " 5.62.12 " ,
110
- "@tanstack/vue-query" : " 5.62.12 " ,
109
+ "@tanstack/svelte-query" : " 5.66.0 " ,
110
+ "@tanstack/vue-query" : " 5.66.0 " ,
111
111
"@types/cross-spawn" : " 6.0.6" ,
112
112
"@types/express" : " 4.17.21" ,
113
113
"axios" : " 1.7.9" ,
114
114
"cross-spawn" : " 7.0.5" ,
115
115
"eslint" : " 9.17.0" ,
116
116
"express" : " 4.21.0" ,
117
- "fastify" : " 5.2.0 " ,
117
+ "fastify" : " 5.2.1 " ,
118
118
"glob" : " 10.4.3" ,
119
119
"node-fetch" : " 3.3.2" ,
120
- "nuxt" : " 3.14.1592 " ,
120
+ "nuxt" : " 3.15.4 " ,
121
121
"prettier" : " 3.4.2" ,
122
122
"puppeteer" : " 22.12.1" ,
123
123
"rxjs" : " 7.8.1" ,
124
124
"ts-node" : " 10.9.2" ,
125
125
"tslib" : " 2.8.1" ,
126
126
"typescript" : " 5.5.3" ,
127
127
"vue" : " 3.5.13" ,
128
- "zod" : " 3.23.8 "
128
+ "zod" : " 3.24.1 "
129
129
}
130
130
}
You can’t perform that action at this time.
0 commit comments