Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 14, 2024
1 parent 9399093 commit 54a76d9
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 89 deletions.
2 changes: 1 addition & 1 deletion packages/config-tsup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@microsoft/api-extractor": "^7.48.0"
"@microsoft/api-extractor": "^7.48.1"
},
"devDependencies": {
"@kubb/config-ts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion 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.17.4",
"prettier": "^3.4.2",
"remeda": "^2.17.4",
"typescript": "catalog:"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"devDependencies": {
"@kubb/config-ts": "workspace:*",
"@kubb/config-tsup": "workspace:*",
"zod": "~3.24.1",
"tsup": "^8.3.5"
"tsup": "catalog:",
"zod": "~3.24.1"
},
"peerDependencies": {
"@kubb/react": "^3.0.0"
Expand Down
Loading

0 comments on commit 54a76d9

Please sign in to comment.