Skip to content

Commit

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

chore(deps): bump the prod-deps group with 11 updates
  • Loading branch information
mrlubos authored Nov 18, 2024
2 parents 2822bc4 + 57b70b2 commit 9d7f88b
Show file tree
Hide file tree
Showing 9 changed files with 260 additions and 246 deletions.
4 changes: 2 additions & 2 deletions examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@hey-api/client-axios": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.5",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"axios": "1.7.7",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"fastify": "5.0.0",
"fastify-openapi-glue": "4.7.1"
"fastify": "5.1.0",
"fastify-openapi-glue": "4.7.3"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.1",
"@radix-ui/themes": "3.1.5",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"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.11",
"@angular/router": "^18.2.11",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.60.0",
"@tanstack/angular-query-experimental": "5.60.5",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
8 changes: 4 additions & 4 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.1",
"@radix-ui/themes": "3.1.5",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query-devtools": "5.59.20",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.60.5",
"@tanstack/react-query-devtools": "5.60.5",
"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.20"
"@tanstack/svelte-query": "5.60.5"
},
"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,10 +17,10 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@tanstack/vue-query": "5.59.20",
"@tanstack/vue-query-devtools": "5.59.20",
"@tanstack/vue-query": "5.60.5",
"@tanstack/vue-query-devtools": "5.60.5",
"pinia": "2.2.6",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-router": "4.4.5"
},
"devDependencies": {
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,18 +99,18 @@
"@angular/router": "18.2.11",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.60.0",
"@tanstack/react-query": "5.59.20",
"@tanstack/angular-query-experimental": "5.60.5",
"@tanstack/react-query": "5.60.5",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.59.20",
"@tanstack/vue-query": "5.59.20",
"@tanstack/svelte-query": "5.60.5",
"@tanstack/vue-query": "5.60.5",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.7",
"cross-spawn": "7.0.5",
"eslint": "9.6.0",
"express": "4.21.0",
"fastify": "5.0.0",
"fastify": "5.1.0",
"glob": "10.4.3",
"node-fetch": "3.3.2",
"prettier": "3.3.2",
Expand Down
Loading

0 comments on commit 9d7f88b

Please sign in to comment.