Skip to content

Commit

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

chore(deps): bump the prod-deps group with 7 updates
  • Loading branch information
mrlubos authored Nov 11, 2024
2 parents c410193 + cc50007 commit a555e66
Show file tree
Hide file tree
Showing 8 changed files with 395 additions and 249 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 @@ -15,7 +15,7 @@
"@hey-api/client-axios": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"@radix-ui/themes": "3.1.5",
"axios": "1.7.7",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"@radix-ui/themes": "3.1.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.59.17",
"@tanstack/angular-query-experimental": "5.60.0",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"@tanstack/react-query": "5.59.19",
"@tanstack/react-query-devtools": "5.59.19",
"@radix-ui/themes": "3.1.5",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query-devtools": "5.59.20",
"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.59.17"
"@tanstack/svelte-query": "5.59.20"
},
"devDependencies": {
"@fontsource/fira-mono": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/vue-query": "5.59.17",
"@tanstack/vue-query-devtools": "5.59.19",
"@tanstack/vue-query": "5.59.20",
"@tanstack/vue-query-devtools": "5.59.20",
"pinia": "2.2.6",
"vue": "3.5.12",
"vue-router": "4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
"@angular/router": "18.2.10",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.59.17",
"@tanstack/react-query": "5.59.19",
"@tanstack/angular-query-experimental": "5.60.0",
"@tanstack/react-query": "5.59.20",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.59.17",
"@tanstack/vue-query": "5.59.17",
"@tanstack/svelte-query": "5.59.20",
"@tanstack/vue-query": "5.59.20",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.7",
Expand Down
Loading

0 comments on commit a555e66

Please sign in to comment.