File tree Expand file tree Collapse file tree 3 files changed +212
-259
lines changed Expand file tree Collapse file tree 3 files changed +212
-259
lines changed Original file line number Diff line number Diff line change 2121 },
2222 "devDependencies" : {
2323 "@stoplight/prism-cli" : " ^4.11.1" ,
24- "@types/react" : " ^18.0.29 " ,
24+ "@types/react" : " ^18.0.33 " ,
2525 "@types/react-dom" : " ^18.0.11" ,
2626 "@vitejs/plugin-react" : " ^3.1.0" ,
2727 "npm-run-all" : " ^4.1.5" ,
28- "typescript" : " ^5.0.2 " ,
28+ "typescript" : " ^5.0.3 " ,
2929 "vite" : " ^4.2.1"
3030 }
3131}
Original file line number Diff line number Diff line change 3232 "author" : " Daiki Urata (@7nohe)" ,
3333 "license" : " MIT" ,
3434 "dependencies" : {
35- "commander" : " ^10.0.0" ,
36- "glob" : " ^9.3.2" ,
37- "openapi-typescript-codegen" : " ^0.23.0" ,
38- "typescript" : " ^5.0.2"
3935 },
4036 "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"
4248 }
4349}
You can’t perform that action at this time.
0 commit comments