Skip to content

Commit f02bfd5

Browse files
authoredJun 16, 2023
fix(deps): revert breaking dependency changes (#320)
Fixes #318 and removes the breaking dependency changes that prematurely dropped support for Node 14/16.
1 parent a860845 commit f02bfd5

File tree

2 files changed

+73
-21
lines changed

2 files changed

+73
-21
lines changed
 

‎package-lock.json

+72-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"repository": "github:octokit/rest.js",
3434
"dependencies": {
3535
"@octokit/core": "^4.2.1",
36-
"@octokit/plugin-paginate-rest": "^7.0.0",
36+
"@octokit/plugin-paginate-rest": "^6.1.2",
3737
"@octokit/plugin-request-log": "^1.0.4",
3838
"@octokit/plugin-rest-endpoint-methods": "^7.1.2"
3939
},

0 commit comments

Comments
 (0)
Please sign in to comment.