File tree Expand file tree Collapse file tree 4 files changed +91
-72
lines changed Expand file tree Collapse file tree 4 files changed +91
-72
lines changed Original file line number Diff line number Diff line change 3434 run : pnpm -w build
3535
3636 - name : Install dependencies in example app
37- run : pnpm --filter @7nohe/react-app install
37+ run : pnpm --filter @7nohe/react-app install --no-frozen-lockfile
3838
3939 - name : Run codegen
4040 run : pnpm --filter @7nohe/react-app generate:api
Original file line number Diff line number Diff line change 1313 "test:generated" : " tsc ./openapi/queries/index.ts --noEmit --target esnext --moduleResolution node"
1414 },
1515 "dependencies" : {
16- "@tanstack/react-query" : " ^5.17 .1" ,
17- "axios" : " ^1.6.3 " ,
16+ "@tanstack/react-query" : " ^5.18 .1" ,
17+ "axios" : " ^1.6.7 " ,
1818 "form-data" : " ~4.0.0" ,
1919 "react" : " ^18.2.0" ,
2020 "react-dom" : " ^18.2.0"
2121 },
2222 "devDependencies" : {
2323 "@stoplight/prism-cli" : " ^5.5.2" ,
24- "@types/react" : " ^18.2.46 " ,
24+ "@types/react" : " ^18.2.52 " ,
2525 "@types/react-dom" : " ^18.2.18" ,
2626 "@vitejs/plugin-react" : " ^4.2.1" ,
2727 "npm-run-all" : " ^4.1.5" ,
2828 "typescript" : " ^5.3.3" ,
29- "vite" : " ^5.0.10 "
29+ "vite" : " ^5.0.12 "
3030 }
3131}
Original file line number Diff line number Diff line change 3333 "license" : " MIT" ,
3434 "devDependencies" : {
3535 "@types/node" : " ^20.10.6" ,
36- "commander" : " ^11.1 .0" ,
36+ "commander" : " ^12.0 .0" ,
3737 "glob" : " ^10.3.10" ,
38- "openapi-typescript-codegen" : " ^ 0.25.0" ,
38+ "openapi-typescript-codegen" : " 0.25.0" ,
3939 "typescript" : " ^5.3.3"
4040 },
4141 "peerDependencies" : {
42- "commander" : " >= 11 < 12 " ,
42+ "commander" : " >= 11 < 13 " ,
4343 "glob" : " >= 10" ,
4444 "openapi-typescript-codegen" : " ^0.24.0" ,
4545 "typescript" : " >= 4.8.3"
You can’t perform that action at this time.
0 commit comments