Skip to content

Commit

Permalink
feat(core): update portal-client to version with request timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jan 24, 2024
1 parent ad5da47 commit 173bd2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"node": ">=18.16"
},
"dependencies": {
"@code-pushup/portal-client": "^0.3.0",
"@code-pushup/portal-client": "^0.4.0",
"@isaacs/cliui": "^8.0.2",
"@swc/helpers": "0.5.3",
"bundle-require": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@code-pushup/models": "*",
"@code-pushup/utils": "*",
"@code-pushup/portal-client": "^0.3.0",
"@code-pushup/portal-client": "^0.4.0",
"chalk": "^5.3.0"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.8.25",
"dependencies": {
"zod": "^3.22.1",
"@code-pushup/portal-client": "^0.3.0"
"@code-pushup/portal-client": "^0.4.0"
}
}

0 comments on commit 173bd2f

Please sign in to comment.