Skip to content

Commit

Permalink
chore: prepare v2
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 8, 2023
1 parent 800f17d commit 5d9bf46
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "beta",
"initialVersions": {
"@kubb/cli": "2.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vercel/analytics": "^1.1.1",
"sitemap": "^7.1.1",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@types/node": "^20.10.4"
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"svelte": "^3.59.2",
"swr": "^2.2.4",
"tsup": "^8.0.1",
"vue": "^3.3.10",
"vue": "^3.3.11",
"zod": "^3.22.4"
},
"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 @@ -47,7 +47,7 @@
"solid-js": "^1.8.7",
"svelte": "^3.59.2",
"swr": "^2.2.4",
"vue": "^3.3.10",
"vue": "^3.3.11",
"zod": "^3.22.4"
},
"devDependencies": {
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 @@ -31,7 +31,7 @@
"@kubb/swagger-zod": "workspace:*",
"@tanstack/vue-query": "^5.12.2",
"axios": "^1.6.2",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
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 @@ -31,7 +31,7 @@
"@kubb/swagger-zod": "workspace:*",
"@tanstack/vue-query": "^4.37.1",
"axios": "^1.6.2",
"vue": "^3.3.10"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"turbo": "^1.11.0",
"ts-node": "^10.9.2",
"turbo": "^1.11.1",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"pretty-error": "^4.0.0",
"string-argv": "^0.3.2",
"tinyrainbow": "^1.1.1",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
},
"devDependencies": {
"@kubb/swagger": "workspace:*",
Expand Down
Loading

0 comments on commit 5d9bf46

Please sign in to comment.