Skip to content

Commit

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

chore(deps): bump the prod-deps group with 10 updates
  • Loading branch information
mrlubos authored Nov 5, 2024
2 parents df3a641 + 1a84e6d commit f428262
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 209 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 @@ -14,7 +14,7 @@
"dependencies": {
"@hey-api/client-axios": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"axios": "1.7.7",
"react": "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 @@ -14,7 +14,7 @@
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.59.16",
"@tanstack/angular-query-experimental": "5.59.17",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
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 @@ -14,10 +14,10 @@
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.4",
"@tanstack/react-query": "5.59.16",
"@tanstack/react-query-devtools": "5.59.16",
"@tanstack/react-query": "5.59.19",
"@tanstack/react-query-devtools": "5.59.19",
"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.16"
"@tanstack/svelte-query": "5.59.17"
},
"devDependencies": {
"@fontsource/fira-mono": "5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/vue-query": "5.59.16",
"@tanstack/vue-query-devtools": "5.59.16",
"pinia": "2.2.4",
"@tanstack/vue-query": "5.59.17",
"@tanstack/vue-query-devtools": "5.59.19",
"pinia": "2.2.6",
"vue": "3.5.12",
"vue-router": "4.4.5"
},
Expand Down
10 changes: 5 additions & 5 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.16",
"@tanstack/react-query": "5.59.16",
"@tanstack/angular-query-experimental": "5.59.17",
"@tanstack/react-query": "5.59.19",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.59.16",
"@tanstack/vue-query": "5.59.16",
"@tanstack/svelte-query": "5.59.17",
"@tanstack/vue-query": "5.59.17",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.7",
Expand All @@ -116,7 +116,7 @@
"puppeteer": "22.12.1",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tslib": "2.8.1",
"typescript": "5.5.3",
"zod": "3.23.8"
}
Expand Down
389 changes: 197 additions & 192 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit f428262

Please sign in to comment.