build(compiler-cli): update tsickle dependency to support TypeScript 2.9 (#25152)

The original range (`^0.30.0`) does not match `0.32.1`, which enables support for TypeScript 2.9.

Close #25141

PR Close #25152
This commit is contained in:
Sarun Intaralawan 2018-07-27 02:05:47 +07:00 committed by Igor Minar
parent 342678486d
commit ce98634dfd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"dependencies": {
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0",
"tsickle": "^0.30.0",
"tsickle": "^0.32.1",
"chokidar": "^1.4.2"
},
"peerDependencies": {