Skip to content

Commit

Permalink
fix(core): update portal-client, fixed missing graphql dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Jan 29, 2024
1 parent 61f3f9f commit c16c0c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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.4.0",
"@code-pushup/portal-client": "^0.4.1",
"@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 @@ -5,7 +5,7 @@
"dependencies": {
"@code-pushup/models": "*",
"@code-pushup/utils": "*",
"@code-pushup/portal-client": "^0.4.0",
"@code-pushup/portal-client": "^0.4.1",
"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 @@ -4,6 +4,6 @@
"license": "MIT",
"dependencies": {
"zod": "^3.22.1",
"@code-pushup/portal-client": "^0.4.0"
"@code-pushup/portal-client": "^0.4.1"
}
}

0 comments on commit c16c0c8

Please sign in to comment.