Skip to content

Commit fca1907

Browse files
authored
fix(deps): bump minimal version of @octokit/plugin-paginate-rest to 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 <[email protected]>
1 parent 38a823f commit fca1907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"repository": "github:octokit/rest.js",
3434
"dependencies": {
3535
"@octokit/core": "^3.5.1",
36-
"@octokit/plugin-paginate-rest": "^2.16.0",
36+
"@octokit/plugin-paginate-rest": "^2.16.4",
3737
"@octokit/plugin-request-log": "^1.0.4",
3838
"@octokit/plugin-rest-endpoint-methods": "5.11.3"
3939
},

0 commit comments

Comments
 (0)