Skip to content

Commit

Permalink
Merge pull request #92 from mislav/request-deps
Browse files Browse the repository at this point in the history
Have fewer HTTP request-related dependencies
  • Loading branch information
mislav authored Oct 20, 2023
2 parents 82e8548 + 93df2d1 commit d5b5822
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 216 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: 'node-fetch'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
207 changes: 1 addition & 206 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,17 @@
"@actions/github": "^6.0.0",
"@octokit/core": "^5.0.1",
"@octokit/plugin-request-log": "^4.0.0",
"@octokit/plugin-rest-endpoint-methods": "^10.0.1",
"@octokit/request-error": "^5.0.1"
"@octokit/plugin-rest-endpoint-methods": "^10.0.1"
},
"devDependencies": {
"@types/node": "^20.8.6",
"@types/node-fetch": "^2.6.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/ncc": "^0.38.0",
"ava": "^5.3.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"node-fetch": "^2.7.0",
"prettier": "^3.0.3",
"typescript": "5.2.x"
},
Expand Down
Loading

0 comments on commit d5b5822

Please sign in to comment.