Skip to content

Commit

Permalink
Merge pull request #1998 from teabroker/fix/typescript-dependency
Browse files Browse the repository at this point in the history
Move typescript to devDependencies
  • Loading branch information
h3poteto authored Oct 29, 2023
2 parents 53ed96d + d5ffbc0 commit e388b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"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"
Expand All @@ -91,6 +90,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 e388b4e

Please sign in to comment.