Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Oct 31, 2023
1 parent 586eeec commit de598ad
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 45 deletions.
12 changes: 6 additions & 6 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"test:generated": "tsc ./openapi/queries/index.ts --noEmit --target esnext --moduleResolution node"
},
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"axios": "^1.4.0",
"@tanstack/react-query": "^5.4.3",
"axios": "^1.6.0",
"form-data": "~4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@stoplight/prism-cli": "^5.0.0",
"@stoplight/prism-cli": "^5.5.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.1.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.0.4",
"vite": "^4.3.8"
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}
84 changes: 46 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/createSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const createSource = (outputPath: string) => {

const node = createSourceFile(outputPath);

const result = `// generated with openapi-generator@${version} \n` + printer.printNode(ts.EmitHint.Unspecified, node, resultFile);
const result = `// generated with @7nohe/openapi-react-query-codegen@${version} \n` + printer.printNode(ts.EmitHint.Unspecified, node, resultFile);



Expand Down

0 comments on commit de598ad

Please sign in to comment.