Skip to content

Commit

Permalink
Merge pull request #1383 from hey-api/dependabot/npm_and_yarn/prod-de…
Browse files Browse the repository at this point in the history
…ps-8f414227fd

chore(deps): bump the prod-deps group across 1 directory with 10 updates
  • Loading branch information
mrlubos authored Dec 4, 2024
2 parents 20aa8aa + e14b3a4 commit 57fdd0d
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"axios": "1.7.7",
"axios": "1.7.8",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"fastify": "5.1.0",
"fastify-openapi-glue": "4.7.3"
"fastify-openapi-glue": "4.7.4"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.61.3",
"@tanstack/angular-query-experimental": "5.62.2",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-query-devtools": "5.61.3",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query-devtools": "5.62.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/svelte-query": "5.61.3"
"@tanstack/svelte-query": "5.62.2"
},
"devDependencies": {
"@fontsource/fira-mono": "5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/vue-query": "5.61.3",
"@tanstack/vue-query-devtools": "5.61.3",
"pinia": "2.2.6",
"@tanstack/vue-query": "5.62.2",
"@tanstack/vue-query-devtools": "5.62.2",
"pinia": "2.2.8",
"vue": "3.5.13",
"vue-router": "4.4.5"
"vue-router": "4.5.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"axios": ">= 1.0.0 < 2"
},
"devDependencies": {
"axios": "1.7.7"
"axios": "1.7.8"
}
}
10 changes: 5 additions & 5 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@
"@angular/router": "19.0.1",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.61.3",
"@tanstack/react-query": "5.61.3",
"@tanstack/angular-query-experimental": "5.62.2",
"@tanstack/react-query": "5.62.2",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.61.3",
"@tanstack/vue-query": "5.61.3",
"@tanstack/svelte-query": "5.62.2",
"@tanstack/vue-query": "5.62.2",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.7",
"axios": "1.7.8",
"cross-spawn": "7.0.5",
"eslint": "9.6.0",
"express": "4.21.0",
Expand Down
Loading

0 comments on commit 57fdd0d

Please sign in to comment.