Skip to content

Commit

Permalink
Merge branch 'main' into feat/security-basic
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos authored Dec 9, 2024
2 parents 8f47674 + db99308 commit 4ee87f5
Show file tree
Hide file tree
Showing 10 changed files with 803 additions and 643 deletions.
10 changes: 5 additions & 5 deletions examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"axios": "1.7.8",
"react": "18.3.1",
"react-dom": "18.3.1"
"axios": "1.7.9",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.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.4"
"fastify-openapi-glue": "4.8.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.3.1",
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.62.2",
"@tanstack/angular-query-experimental": "5.62.4",
"rxjs": "~7.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
Expand Down
12 changes: 6 additions & 6 deletions examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.1.6",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query-devtools": "5.62.2",
"react": "18.3.1",
"react-dom": "18.3.1"
"@tanstack/react-query": "5.62.3",
"@tanstack/react-query-devtools": "5.62.3",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@hey-api/openapi-ts": "workspace:*",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@vitejs/plugin-react": "4.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.62.2"
"@tanstack/svelte-query": "5.62.3"
},
"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.62.2",
"@tanstack/vue-query-devtools": "5.62.2",
"pinia": "2.2.8",
"@tanstack/vue-query": "5.62.3",
"@tanstack/vue-query-devtools": "5.62.3",
"pinia": "2.3.0",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
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.8"
"axios": "1.7.9"
}
}
12 changes: 6 additions & 6 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "11.7.2",
"@apidevtools/json-schema-ref-parser": "11.7.3",
"c12": "2.0.1",
"commander": "12.1.0",
"handlebars": "4.7.8"
Expand All @@ -99,14 +99,14 @@
"@angular/router": "19.0.1",
"@hey-api/client-axios": "workspace:*",
"@hey-api/client-fetch": "workspace:*",
"@tanstack/angular-query-experimental": "5.62.2",
"@tanstack/react-query": "5.62.2",
"@tanstack/angular-query-experimental": "5.62.4",
"@tanstack/react-query": "5.62.3",
"@tanstack/solid-query": "5.51.21",
"@tanstack/svelte-query": "5.62.2",
"@tanstack/vue-query": "5.62.2",
"@tanstack/svelte-query": "5.62.3",
"@tanstack/vue-query": "5.62.3",
"@types/cross-spawn": "6.0.6",
"@types/express": "4.17.21",
"axios": "1.7.8",
"axios": "1.7.9",
"cross-spawn": "7.0.5",
"eslint": "9.6.0",
"express": "4.21.0",
Expand Down
Loading

0 comments on commit 4ee87f5

Please sign in to comment.