Skip to content

Commit

Permalink
fix(deps): Update @hey-api/openapi-ts to 0.43.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag authored May 4, 2024
1 parent 35b03c0 commit 198bb9b
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 362 deletions.
8 changes: 4 additions & 4 deletions examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"scripts": {
"dev": "run-p dev:mock dev:next",
"dev:next": "next dev",
"dev:mock": "prism mock ./petstore.yaml --dynamic",
"dev:mock": "prism mock ../petstore.yaml --dynamic",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ./petstore.yaml -c axios --request ./request.ts --format=biome --lint=biome"
"generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../petstore.yaml -c axios --request ./request.ts --format=biome --lint=biome"
},
"dependencies": {
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query-devtools": "^5.32.1",
"axios": "^1.6.7",
"next": "14.2.3",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18"
},
Expand Down
File renamed without changes.
16 changes: 8 additions & 8 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
"scripts": {
"dev": "run-p dev:mock dev:client",
"dev:client": "vite --clearScreen=false",
"dev:mock": "prism mock ./petstore.yaml --dynamic",
"dev:mock": "prism mock ../petstore.yaml --dynamic",
"build": "tsc && vite build",
"preview": "vite preview",
"generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ./petstore.yaml -c axios --request ./request.ts --format=biome --lint=biome",
"generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../petstore.yaml -c axios --request ./request.ts --format=biome --lint=biome",
"test:generated": "tsc -p ./tsconfig.openapi.json --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query": "^5.32.1",
"axios": "^1.6.7",
"form-data": "~4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@biomejs/biome": "^1.7.2",
"@stoplight/prism-cli": "^5.5.2",
"@types/react": "^18.2.52",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vite": "^5.0.12"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
],
"author": "Daiki Urata (@7nohe)",
"license": "MIT",
"dependencies": {
"@hey-api/openapi-ts": "0.43.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@hey-api/openapi-ts": "0.42.1",
"@biomejs/biome": "^1.7.2",
"@types/node": "^20.10.6",
"@vitest/coverage-v8": "^1.5.0",
"commander": "^12.0.0",
Expand All @@ -50,7 +52,6 @@
"vitest": "^1.5.0"
},
"peerDependencies": {
"@hey-api/openapi-ts": "0.42.1",
"commander": "12.x",
"glob": "10.x",
"ts-morph": "22.x",
Expand Down
Loading

0 comments on commit 198bb9b

Please sign in to comment.