File tree 3 files changed +212
-259
lines changed
3 files changed +212
-259
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"devDependencies" : {
23
23
"@stoplight/prism-cli" : " ^4.11.1" ,
24
- "@types/react" : " ^18.0.29 " ,
24
+ "@types/react" : " ^18.0.33 " ,
25
25
"@types/react-dom" : " ^18.0.11" ,
26
26
"@vitejs/plugin-react" : " ^3.1.0" ,
27
27
"npm-run-all" : " ^4.1.5" ,
28
- "typescript" : " ^5.0.2 " ,
28
+ "typescript" : " ^5.0.3 " ,
29
29
"vite" : " ^4.2.1"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 32
32
"author" : " Daiki Urata (@7nohe)" ,
33
33
"license" : " MIT" ,
34
34
"dependencies" : {
35
- "commander" : " ^10.0.0" ,
36
- "glob" : " ^9.3.2" ,
37
- "openapi-typescript-codegen" : " ^0.23.0" ,
38
- "typescript" : " ^5.0.2"
39
35
},
40
36
"devDependencies" : {
41
- "@types/node" : " ^18.15.10"
37
+ "@types/node" : " ^18.15.10" ,
38
+ "typescript" : " ^5.0.3" ,
39
+ "commander" : " ^10.0.0" ,
40
+ "glob" : " ^9.3.4" ,
41
+ "openapi-typescript-codegen" : " ^0.23.0"
42
+ },
43
+ "peerDependencies" : {
44
+ "typescript" : " >= 4.8.3" ,
45
+ "commander" : " > 10" ,
46
+ "glob" : " > 9" ,
47
+ "openapi-typescript-codegen" : " ^0.23.0"
42
48
}
43
49
}
You can’t perform that action at this time.
0 commit comments