Skip to content

Commit

Permalink
chore: upgrade dependencies in package.json (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe authored Jan 4, 2024
1 parent 7159b6b commit 59f06d1
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 238 deletions.
16 changes: 8 additions & 8 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.4.3",
"axios": "^1.6.0",
"@tanstack/react-query": "^5.17.1",
"axios": "^1.6.3",
"form-data": "~4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@stoplight/prism-cli": "^5.5.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.1.0",
"@stoplight/prism-cli": "^5.5.2",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"author": "Daiki Urata (@7nohe)",
"license": "MIT",
"devDependencies": {
"@types/node": "^18.16.0",
"@types/node": "^20.10.6",
"commander": "^11.1.0",
"glob": "^10.2.5",
"glob": "^10.3.10",
"openapi-typescript-codegen": "^0.25.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"commander": ">= 11 < 12",
Expand Down
Loading

0 comments on commit 59f06d1

Please sign in to comment.