Skip to content

Commit

Permalink
fix(deps): remove dependency on node-fetch (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored May 17, 2024
1 parent 0a693f0 commit a5710cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 100 deletions.
99 changes: 2 additions & 97 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@types/express": "^4.17.9",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"body-parser": "^1.19.0",
Expand All @@ -46,7 +45,6 @@
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.17.1",
"jest": "^29.0.0",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/utils/SharedTestUtils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import nacl from 'tweetnacl';
import fetch from 'node-fetch';

// Example PING request body
export const pingRequestBody = JSON.stringify({
Expand Down

0 comments on commit a5710cb

Please sign in to comment.