generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support for dataReturnType
data
(#747)
* fix: support for dataReturnType `data` * chore: clean
- Loading branch information
1 parent
12f0488
commit 2927221
Showing
20 changed files
with
252 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kubb/swagger-tanstack-query": patch | ||
--- | ||
|
||
support for dataReturnType `data` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,10 +32,10 @@ | |
"@kubb/swagger-ts": "workspace:*", | ||
"@kubb/swagger-zod": "workspace:*", | ||
"@kubb/swagger-zodios": "workspace:*", | ||
"@tanstack/react-query": "^5.14.2", | ||
"@tanstack/react-query": "^5.14.6", | ||
"@tanstack/solid-query": "^5.14.2", | ||
"@tanstack/svelte-query": "^5.14.2", | ||
"@tanstack/vue-query": "^5.14.4", | ||
"@tanstack/svelte-query": "^5.14.6", | ||
"@tanstack/vue-query": "^5.14.6", | ||
"@zodios/core": "^10.9.6", | ||
"axios": "^1.6.2", | ||
"msw": "^1.3.2", | ||
|
@@ -51,7 +51,7 @@ | |
"@kubb/ts-config": "workspace:*", | ||
"@kubb/tsup-config": "workspace:*", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
"devDependencies": { | ||
"@kubb/ts-config": "workspace:*", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
"devDependencies": { | ||
"@kubb/ts-config": "workspace:*", | ||
"@types/express": "^4.17.21", | ||
"typescript": "^5.3.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
}, | ||
"devDependencies": { | ||
"@kubb/ts-config": "workspace:*", | ||
"typescript": "^5.3.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
"@kubb/swagger-client": "workspace:*", | ||
"@kubb/swagger-tanstack-query": "workspace:*", | ||
"@kubb/swagger-ts": "workspace:*", | ||
"@tanstack/react-query": "^5.14.2", | ||
"@tanstack/react-query": "^5.14.6", | ||
"@tanstack/react-query-devtools": "5.0.0", | ||
"axios": "^1.6.2", | ||
"react": "^18.2.0", | ||
|
@@ -40,7 +40,7 @@ | |
"@types/react-dom": "^18.2.18", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"msw": "^1.3.2", | ||
"typescript": "^5.3.3", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
"@types/react-dom": "^18.2.18", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"msw": "^1.3.2", | ||
"typescript": "^5.3.3", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,15 +29,15 @@ | |
"@kubb/swagger-tanstack-query": "workspace:*", | ||
"@kubb/swagger-ts": "workspace:*", | ||
"@kubb/swagger-zod": "workspace:*", | ||
"@tanstack/vue-query": "^5.14.4", | ||
"@tanstack/vue-query": "^5.14.6", | ||
"axios": "^1.6.2", | ||
"vue": "^3.3.13" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^4.5.2", | ||
"msw": "^1.3.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
"@vitejs/plugin-vue": "^4.5.2", | ||
"msw": "^1.3.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3", | ||
"typescript": "~5.2.2", | ||
"vite": "^4.5.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"tsup": "^8.0.1" | ||
}, | ||
"peerDependencies": { | ||
"tsup": "^8.0.0" | ||
"tsup": "^8.0.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
2927221
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kubb – ./
kubb-kubb.vercel.app
www.kubb.dev
kubb-git-main-kubb.vercel.app
kubb.dev