Skip to content

Commit

Permalink
fix(deps): bump minimal version of @octokit/plugin-paginate-rest to…
Browse files Browse the repository at this point in the history
… `v2.16.4` to prevent typescript compile errors (#120)

Update package "@octokit/plugin-paginate-rest" to 2.16.4.  While
npm can update the package, it does not always do so and Typescript
gets compile errors such as:

Property 'GET /user/{username}/packages' does not exist on
type 'Endpoints'.

Signed-off-by: Chris. Webster <chris@webstech.net>
  • Loading branch information
webstech committed Sep 30, 2021
1 parent 38a823f commit fca1907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"repository": "github:octokit/rest.js",
"dependencies": {
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.16.0",
"@octokit/plugin-paginate-rest": "^2.16.4",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "5.11.3"
},
Expand Down

0 comments on commit fca1907

Please sign in to comment.