Skip to content

Commit

Permalink
Merge branch 'main' into fix/license-mit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos authored Dec 17, 2024
2 parents 200821b + e31e9b3 commit 8c67ad4
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 125 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 @@ -13,7 +13,7 @@
},
"dependencies": {
"@hey-api/client-axios": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-form": "0.1.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"axios": "1.7.9",
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"fastify": "5.1.0",
"fastify": "5.2.0",
"fastify-openapi-glue": "4.8.0"
},
"devDependencies": {
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 @@ -13,7 +13,7 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-form": "0.1.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"react": "19.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/platform-browser-dynamic": "^19.0.3",
"@angular/router": "^19.0.3",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.4",
"@tanstack/angular-query-experimental": "5.62.7",
"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 @@ -13,11 +13,11 @@
},
"dependencies": {
"@hey-api/client-fetch": "workspace:*",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-form": "0.1.1",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.62.3",
"@tanstack/react-query-devtools": "5.62.3",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query-devtools": "5.62.7",
"react": "19.0.0",
"react-dom": "19.0.0"
},
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.62.3"
"@tanstack/svelte-query": "5.62.7"
},
"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.62.3",
"@tanstack/vue-query-devtools": "5.62.3",
"@tanstack/vue-query": "5.62.7",
"@tanstack/vue-query-devtools": "5.62.7",
"pinia": "2.3.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
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": "19.0.3",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.4",
"@tanstack/react-query": "5.62.3",
"@tanstack/angular-query-experimental": "5.62.7",
"@tanstack/react-query": "5.62.7",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.62.3",
"@tanstack/vue-query": "5.62.3",
"@tanstack/svelte-query": "5.62.7",
"@tanstack/vue-query": "5.62.7",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.9",
"cross-spawn": "7.0.5",
"eslint": "9.6.0",
"express": "4.21.0",
"fastify": "5.1.0",
"fastify": "5.2.0",
"glob": "10.4.3",
"node-fetch": "3.3.2",
"prettier": "3.3.2",
Expand Down
Loading

0 comments on commit 8c67ad4

Please sign in to comment.