Skip to content

Commit bfc432f

Browse files
committed
Remove tsc-watch dependency which is no longer used.
It appears that the original necessity for `tsc-watch` was introduced through new usage within `npm-scripts` commands in #632. Since that usage is no longer present (at least partially removed via 5f287d9), this dependency should no longer be necessary either. This is relatively urgent since `tsc-watch` includes the `event-stream` npm package as a transitive dependency and that package is demonstrably vulnerable: Ref: dominictarr/event-stream#116 cc @martijnwalraven @jbaxleyiii @trevor-scheer @hwillson
1 parent df384df commit bfc432f

2 files changed

Lines changed: 0 additions & 64 deletions

File tree

package-lock.json

Lines changed: 0 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"ts-jest": "^23.1.4",
9191
"ts-loader": "^4.5.0",
9292
"ts-node": "^7.0.1",
93-
"tsc-watch": "^1.0.30",
9493
"tsconfig-paths-webpack-plugin": "^3.2.0",
9594
"tslib": "^1.9.3",
9695
"typescript": "^3.0.3",

0 commit comments

Comments
 (0)