Skip to content

Commit

Permalink
fix: add tslib dependencies for ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jun 2, 2022
1 parent c46a9f0 commit 34a7590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"fs-extra": "^10.1.0",
"protobufjs": "^6.11.3",
"ts-node": "^10.8.0",
"ts-node-dev": "^2.0.0"
"ts-node-dev": "^2.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"multer": "^1.4.4",
"path-to-regexp": "^6.2.1",
"socket.io": "^4.5.1",
"ts-node": "^10.8.0"
"ts-node": "^10.8.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
Expand Down

0 comments on commit 34a7590

Please sign in to comment.