Skip to content

Commit

Permalink
Merge pull request #509 from hey-api/dependabot/npm_and_yarn/prod-dep…
Browse files Browse the repository at this point in the history
…s-5b179431c6
  • Loading branch information
jordanshatford authored Apr 29, 2024
2 parents 13ebddc + d4139bd commit c0d9cfa
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 51 deletions.
8 changes: 4 additions & 4 deletions examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@hey-api/client-axios": "workspace:*",
"axios": "1.6.8",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitejs/plugin-react": "4.2.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitejs/plugin-react": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "11.6.0",
"@apidevtools/json-schema-ref-parser": "11.6.1",
"c12": "1.10.0",
"camelcase": "8.0.0",
"commander": "12.0.0",
Expand Down
92 changes: 50 additions & 42 deletions pnpm-lock.yaml

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

0 comments on commit c0d9cfa

Please sign in to comment.