Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Apr 3, 2024
1 parent a9fcb5e commit 2e734aa
Show file tree
Hide file tree
Showing 24 changed files with 483 additions and 256 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@types/node": "^20.12.2"
"@types/node": "^20.12.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@kubb/swagger-ts": "workspace:*",
"@kubb/swagger-zod": "workspace:*",
"@kubb/swagger-zodios": "workspace:*",
"@tanstack/react-query": "^5.28.9",
"@tanstack/solid-query": "^5.28.9",
"@tanstack/svelte-query": "^5.28.9",
"@tanstack/vue-query": "^5.28.9",
"@tanstack/react-query": "^5.28.14",
"@tanstack/solid-query": "^5.28.13",
"@tanstack/svelte-query": "^5.28.13",
"@tanstack/vue-query": "^5.28.13",
"@zodios/core": "^10.9.6",
"axios": "^1.6.8",
"msw": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@kubb/ts-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-query-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@kubb/swagger-client": "workspace:*",
"@kubb/swagger-tanstack-query": "workspace:*",
"@kubb/swagger-ts": "workspace:*",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-devtools": "5.0.0",
"axios": "^1.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1",
"msw": "^1.3.3",
"tsup": "^8.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1",
"msw": "^1.3.3",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-query-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@kubb/swagger-tanstack-query": "workspace:*",
"@kubb/swagger-ts": "workspace:*",
"@kubb/swagger-zod": "workspace:*",
"@tanstack/vue-query": "^5.28.9",
"@tanstack/vue-query": "^5.28.13",
"axios": "^1.6.8",
"unplugin-kubb": "workspace:*",
"vue": "^3.4.21"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@changesets/cli": "^2.27.1",
"@kubb/biome-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@types/node": "^20.12.2",
"@types/node": "^20.12.3",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"bun-types": "^1.0.36",
"bun-types": "^1.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"turbo": "^1.13.0",
"turbo": "^1.13.2",
"typescript": "^5.4.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"dependencies": {
"@kubb/core": "workspace:*",
"bundle-require": "^4.0.2",
"js-runtime": "^0.0.7",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"cosmiconfig": "^9.0.0",
"esbuild": "^0.20.2",
"execa": "^8.0.1",
"js-runtime": "^0.0.7",
"ora": "^8.0.1",
"pretty-error": "^4.0.0",
"string-argv": "^0.3.2",
Expand All @@ -68,7 +68,7 @@
"@kubb/swagger": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/node": "^20.12.2",
"@types/node": "^20.12.3",
"source-map-support": "^0.5.21",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
},
"dependencies": {
"@eslint/js": "^8.57.0",
"@types/eslint": "~8.56.6",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@types/eslint": "~8.56.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "~7.4.0",
"eslint-config-prettier": "~9.1.0",
"eslint-config-turbo": "^1.13.0",
"eslint-config-turbo": "^1.13.2",
"eslint-formatter-pretty": "^6.0.1",
"eslint-plugin-eslint-plugin": "^5.5.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-react": "~7.34.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-turbo": "^1.13.0",
"eslint-plugin-turbo": "^1.13.2",
"eslint-plugin-unused-imports": "~3.1.0",
"eslint-plugin-vitest": "~0.4.1",
"eslint-plugin-vitest-globals": "~1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@kubb/ts-config": "workspace:*",
"@types/node": "^20.12.2",
"@types/node": "^20.12.3",
"tsup": "^8.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.tonumber": "^4.0.9",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"@types/seedrandom": "^3.0.8",
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/node": "^20.12.2",
"@types/node": "^20.12.3",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"@types/react-reconciler": "^0.28.8",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"react": "^18.2.0",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"react": "^18.2.0",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"react": "^18.2.0",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-tanstack-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"react": "^18.2.0",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"expect-type": "^0.19.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-zodios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@kubb/eslint-config": "workspace:*",
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@kubb/ts-config": "workspace:*",
"@kubb/tsup-config": "workspace:*",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"@types/swagger2openapi": "^7.0.4",
"eslint": "^8.57.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@
"@kubb/tsup-config": "workspace:*",
"@nuxt/kit": "^3.11.1",
"@nuxt/schema": "^3.11.1",
"@types/node": "^20.12.2",
"@types/node": "^20.12.3",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"rollup": "^4.13.2",
"rollup": "^4.14.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"webpack": "^5.91.0"
},
Expand Down
Loading

0 comments on commit 2e734aa

Please sign in to comment.