Skip to content

Commit

Permalink
removed unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpong committed Sep 12, 2023
1 parent f514501 commit eed654d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2,890 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@
"devDependencies": {
"@jest/globals": "29.6.4",
"@types/jest": "29.5.4",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.49.0",
"jest": "29.6.4",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "^5.2.2"
"typescript": "5.2.2"
},
"dependencies": {
"axios": "^1.5.0",
"isomorphic-unfetch": "4.0.2",
"node-fetch": "^3.3.2"
"axios": "1.5.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit eed654d

Please sign in to comment.