Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 13, 2023
1 parent 69ee805 commit 12a0012
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 68 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-doors-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kubb/cli": patch
---

update packages
2 changes: 1 addition & 1 deletion examples/react-query-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tsup": "^8.0.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"msw": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tsup": "^8.0.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"msw": "^1.3.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 @@ -55,12 +55,12 @@
"cac": "^6.7.14",
"chokidar": "^3.5.3",
"cosmiconfig": "^9.0.0",
"esbuild": "^0.19.9",
"execa": "^8.0.1",
"ora": "^7.0.1",
"pretty-error": "^4.0.0",
"string-argv": "^0.3.2",
"tinyrainbow": "^1.1.1",
"esbuild": "^0.19.7"
"tinyrainbow": "^1.1.1"
},
"devDependencies": {
"@kubb/swagger": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-turbo": "^1.11.2",
"eslint-plugin-unused-imports": "~3.0.0",
"eslint-plugin-vitest": "~0.3.16",
"eslint-plugin-vitest": "~0.3.17",
"eslint-plugin-vitest-globals": "~1.4.0",
"globals": "^13.24.0"
},
Expand Down
Loading

1 comment on commit 12a0012

@vercel
Copy link

@vercel vercel bot commented on 12a0012 Dec 13, 2023

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
kubb-git-main-kubb.vercel.app
www.kubb.dev
kubb.dev

Please sign in to comment.