Skip to content

Commit

Permalink
fix(deps): add @octokit/request-error as a runtime dependency (#440)
Browse files Browse the repository at this point in the history
Fixes #436
  • Loading branch information
wolfy1339 committed Jun 13, 2023
1 parent 5c06bd5 commit 0396e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 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
Expand Up @@ -17,14 +17,14 @@
"license": "MIT",
"dependencies": {
"@octokit/types": "^9.0.0",
"@octokit/request-error": "^4.0.1",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
"@octokit/core": ">=3"
},
"devDependencies": {
"@octokit/core": "^4.0.0",
"@octokit/request-error": "^4.0.0",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
Expand Down

0 comments on commit 0396e2d

Please sign in to comment.