Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Oct 10, 2024
1 parent 5ca19f7 commit c27ea13
Show file tree
Hide file tree
Showing 37 changed files with 416 additions and 416 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@kubb/plugin-zod": "workspace:*",
"@kubb/react": "workspace:*",
"@mermaid-js/mermaid-cli": "^11.2.1",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"cross-env": "^7.0.3",
"react": "^18.3.1",
Expand Down
12 changes: 6 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@kubb/plugin-ts": "workspace:*",
"@kubb/plugin-zod": "workspace:*",
"@kubb/react": "workspace:*",
"@tanstack/react-query": "^5.59.0",
"@tanstack/solid-query": "^5.59.0",
"@tanstack/svelte-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"@tanstack/react-query": "^5.59.8",
"@tanstack/solid-query": "^5.59.6",
"@tanstack/svelte-query": "^5.59.6",
"@tanstack/vue-query": "^5.59.6",
"axios": "^1.7.7",
"msw": "^2.4.9",
"react": "^18.3.1",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"svelte": "^3.59.2",
"swr": "^2.2.5",
"tsup": "^8.3.0",
Expand All @@ -50,7 +50,7 @@
"@kubb/config-ts": "workspace:*",
"@kubb/config-tsup": "workspace:*",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
14 changes: 7 additions & 7 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@kubb/plugin-ts": "workspace:*",
"@kubb/plugin-zod": "workspace:*",
"@kubb/react": "workspace:*",
"@tanstack/query-core": "^5.59.0",
"@tanstack/react-query": "^5.59.0",
"@tanstack/solid-query": "^5.59.0",
"@tanstack/svelte-query": "^5.59.0",
"@tanstack/vue-query": "^5.59.1",
"@tanstack/query-core": "^5.59.6",
"@tanstack/react-query": "^5.59.8",
"@tanstack/solid-query": "^5.59.6",
"@tanstack/svelte-query": "^5.59.6",
"@tanstack/vue-query": "^5.59.6",
"axios": "^1.7.7",
"msw": "^2.4.9",
"react": "^18.3.1",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"svelte": "^3.59.2",
"swr": "^2.2.5",
"vue": "^3.5.11",
Expand All @@ -55,7 +55,7 @@
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@kubb/config-ts": "workspace:*",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@kubb/plugin-react-query": "workspace:*",
"@kubb/plugin-ts": "workspace:*",
"@kubb/react": "workspace:*",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-query": "^5.59.8",
"@tanstack/react-query-devtools": "^5.59.8",
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -42,7 +42,7 @@
"@vitejs/plugin-react": "^4.3.2",
"msw": "^1.3.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^4.5.5"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-single/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@kubb/plugin-redoc": "workspace:*",
"@kubb/plugin-ts": "workspace:*",
"@kubb/plugin-zod": "workspace:*",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query": "^5.59.8",
"axios": "^1.7.7",
"react": "^18.3.1",
"tsup": "^8.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@kubb/plugin-solid-query": "workspace:*",
"@kubb/plugin-ts": "workspace:*",
"@kubb/plugin-zod": "workspace:*",
"@tanstack/solid-query": "^5.59.0",
"@tanstack/solid-query": "^5.59.6",
"axios": "^1.7.7",
"solid-js": "^1.9.1",
"solid-js": "^1.9.2",
"tsup": "^8.3.0"
},
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@kubb/plugin-svelte-query": "workspace:*",
"@kubb/plugin-ts": "workspace:*",
"@kubb/plugin-zod": "workspace:*",
"@tanstack/svelte-query": "^5.59.0",
"@tanstack/svelte-query": "^5.59.6",
"axios": "^1.7.7",
"svelte": "^3.59.2",
"tsup": "^8.3.0"
},
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tsup": "^8.3.0"
},
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@kubb/plugin-ts": "workspace:*",
"@kubb/plugin-vue-query": "workspace:*",
"@kubb/plugin-zod": "workspace:*",
"@tanstack/vue-query": "^5.59.1",
"@tanstack/vue-query": "^5.59.6",
"axios": "^1.7.7",
"unplugin-kubb": "workspace:*",
"vue": "^3.5.11"
Expand All @@ -38,7 +38,7 @@
"@vitejs/plugin-vue": "^4.6.2",
"msw": "^1.3.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion examples/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
"@changesets/cli": "^2.27.9",
"@kubb/config-biome": "workspace:*",
"@kubb/config-ts": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"bun-types": "^1.1.29",
"bun-types": "^1.1.30",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@kubb/config-tsup": "workspace:*",
"@kubb/plugin-oas": "workspace:*",
"@types/cli-progress": "^3.11.6",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/semver": "^7.5.8",
"source-map-support": "^0.5.21",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/config-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"bundler.json"
],
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/config-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"tsup": "^8.3.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"natural-orderby": "^4.0.0",
"object-hash": "^3.0.0",
"p-queue": "^8.0.1",
"remeda": "^2.14.0",
"remeda": "^2.15.0",
"seedrandom": "^3.0.5",
"semver": "^7.6.3"
},
Expand All @@ -108,7 +108,7 @@
"prettier": "^3.3.3",
"tinyrainbow": "^1.2.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20"
Expand Down
4 changes: 2 additions & 2 deletions packages/kubb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"@kubb/config-tsup": "workspace:*",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20"
Expand Down
4 changes: 2 additions & 2 deletions packages/oas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"oas": "^25.0.1",
"oas-normalize": "^11.1.2",
"openapi-types": "^12.1.3",
"remeda": "^2.14.0",
"remeda": "^2.15.0",
"swagger2openapi": "^7.0.8",
"ts-toolbelt": "^9.6.0"
},
Expand All @@ -85,7 +85,7 @@
"@types/swagger2openapi": "^7.0.4",
"expect-type": "^0.20.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20"
Expand Down
4 changes: 2 additions & 2 deletions packages/parser-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"remeda": "^2.14.0",
"typescript": "^5.6.2"
"remeda": "^2.15.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@kubb/config-ts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@kubb/config-tsup": "workspace:*",
"axios": "^1.7.7",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@kubb/config-ts": "workspace:*",
"@kubb/config-tsup": "workspace:*",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-oas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
"@kubb/oas": "workspace:*",
"@kubb/react": "workspace:*",
"@stoplight/yaml": "^4.3.0",
"remeda": "^2.14.0"
"remeda": "^2.15.0"
},
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"@kubb/config-tsup": "workspace:*",
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/react": "^18.3.11",
"react": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@kubb/react": "workspace:*"
Expand Down
Loading

0 comments on commit c27ea13

Please sign in to comment.