Skip to content

Commit

Permalink
Merge branch 'main' into 1281-zod-coerce-types
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle authored Oct 3, 2024
2 parents fa4651f + 105b9b0 commit fe9ada3
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 154 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@shikijs/vitepress-twoslash": "^1.21.0",
"mermaid": "^11.2.1",
"mermaid": "^11.3.0",
"sitemap": "^8.0.0",
"vitepress": "^1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@kubb/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"svelte": "^3.59.2",
"swr": "^2.2.5",
"tsup": "^8.3.0",
"vue": "^3.5.10",
"vue": "^3.5.11",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"solid-js": "^1.9.1",
"svelte": "^3.59.2",
"swr": "^2.2.5",
"vue": "^3.5.10",
"vue": "^3.5.11",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@tanstack/vue-query": "^5.59.0",
"axios": "^1.7.7",
"unplugin-kubb": "workspace:*",
"vue": "^3.5.10"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@kubb/config-biome": "workspace:*",
"@kubb/config-ts": "workspace:*",
"@types/node": "^20.16.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
},
"dependencies": {
"@kubb/core": "workspace:*",
"jiti": "^2.1.0",
"chokidar": "^4.0.1",
"citty": "^0.1.6",
"cli-progress": "^3.12.0",
"consola": "^3.2.3",
"cosmiconfig": "^9.0.0",
"execa": "^9.4.0",
"jiti": "^2.1.2",
"latest-version": "^9.0.0",
"p-queue": "^8.0.1",
"semver": "^7.6.3",
Expand Down
Loading

0 comments on commit fe9ada3

Please sign in to comment.