File tree Expand file tree Collapse file tree 4 files changed +300
-362
lines changed Expand file tree Collapse file tree 4 files changed +300
-362
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
"openapi-rq" : " dist/cli.mjs"
7
7
},
8
8
"type" : " module" ,
9
- "workspaces" : [" examples/*" ],
9
+ "workspaces" : [
10
+ " examples/*"
11
+ ],
10
12
"scripts" : {
11
13
"build" : " rimraf dist && tsc -p tsconfig.json" ,
12
14
"lint" : " biome check ." ,
23
25
},
24
26
"homepage" : " https://github.com/7nohe/openapi-react-query-codegen" ,
25
27
"bugs" : " https://github.com/7nohe/openapi-react-query-codegen/issues" ,
26
- "files" : [" dist" ],
28
+ "files" : [
29
+ " dist"
30
+ ],
27
31
"keywords" : [
28
32
" codegen" ,
29
33
" react-query" ,
37
41
"author" : " Daiki Urata (@7nohe)" ,
38
42
"license" : " MIT" ,
39
43
"dependencies" : {
40
- "@hey-api/openapi-ts" : " 0.43 .0"
44
+ "@hey-api/openapi-ts" : " 0.45 .0"
41
45
},
42
46
"devDependencies" : {
43
47
"@biomejs/biome" : " ^1.7.2" ,
48
52
"lefthook" : " ^1.6.10" ,
49
53
"rimraf" : " ^5.0.5" ,
50
54
"ts-morph" : " ^22.0.0" ,
55
+ "ts-node" : " ^10.9.2" ,
51
56
"typescript" : " ^5.3.3" ,
52
57
"vitest" : " ^1.5.0"
53
58
},
You can’t perform that action at this time.
0 commit comments