Skip to content

Commit

Permalink
fix(deps): Depend on aggregate-error 3.1.0
Browse files Browse the repository at this point in the history
This was already encoded in the package-lock.json, but since package.json is the only one that gets published to consumers, it's important for this version update to be expressed in package.json since in fact 3.0.1 leads to a typescript compile error.

Fixes octokit#235
  • Loading branch information
AArnott committed Aug 25, 2020
1 parent e915904 commit bb80de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@octokit/request-error": "^2.0.2",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"aggregate-error": "^3.0.1",
"aggregate-error": "^3.1.0",
"debug": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit bb80de7

Please sign in to comment.