Skip to content

Commit

Permalink
Merge pull request #1971 from teabroker/master
Browse files Browse the repository at this point in the history
Fix typescript in dependencies
  • Loading branch information
h3poteto authored Oct 10, 2023
2 parents 6ac9b4f + 7d5a26f commit d529d51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,27 @@
},
"homepage": "https://github.com/h3poteto/megalodon#readme",
"dependencies": {
"@types/oauth": "^0.9.2",
"@types/ws": "^8.5.5",
"axios": "1.5.1",
"dayjs": "^1.11.10",
"form-data": "^4.0.0",
"https-proxy-agent": "^7.0.2",
"isomorphic-ws": "^5.0.0",
"oauth": "^0.10.0",
"object-assign-deep": "^0.4.0",
"parse-link-header": "^2.0.0",
"socks-proxy-agent": "^8.0.2",
"typescript": "5.2.2",
"uuid": "^9.0.1",
"ws": "8.14.2",
"isomorphic-ws": "^5.0.0"
"ws": "8.14.2"
},
"devDependencies": {
"@types/core-js": "^2.5.6",
"@types/form-data": "^2.5.0",
"@types/jest": "^29.5.5",
"@types/oauth": "^0.9.2",
"@types/object-assign-deep": "^0.4.1",
"@types/parse-link-header": "^2.0.1",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.49.0",
Expand All @@ -84,6 +83,7 @@
"lodash": "^4.17.14",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1"
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
}
}

0 comments on commit d529d51

Please sign in to comment.