File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 "rollup-plugin-replace" : " ^1.1.1" ,
5151 "testdouble" : " ^3.2.1" ,
5252 "ts-loader" : " ^2.2.1" ,
53- "typescript" : " ^2.4.1 " ,
53+ "typescript" : " ^2.5.2 " ,
5454 "uglify-js" : " ^3.0.22" ,
5555 "vue" : " ^2.3.4" ,
5656 "vue-loader" : " ^13.0.0" ,
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ describe('vue-class-component', () => {
197197 const NoCache = createDecorator ( ( options , key ) => {
198198 // options should have computed and methods etc.
199199 // that specified by class property accessors and methods
200- const computedOption : Vue . ComputedOptions < Vue > = options . computed ! [ key ]
200+ const computedOption = options . computed ! [ key ] as Vue . ComputedOptions < Vue >
201201 computedOption . cache = false
202202 } )
203203
Original file line number Diff line number Diff line change @@ -3292,9 +3292,9 @@ type-detect@^4.0.0:
32923292 version "4.0.3"
32933293 resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.3.tgz#0e3f2670b44099b0b46c284d136a7ef49c74c2ea"
32943294
3295- typescript@^2.4.1 :
3296- version "2.4.1 "
3297- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1 .tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc "
3295+ typescript@^2.5.2 :
3296+ version "2.5.2 "
3297+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.5.2 .tgz#038a95f7d9bbb420b1bf35ba31d4c5c1dd3ffe34 "
32983298
32993299uglify-js@^2.8.29 :
33003300 version "2.8.29"
You can’t perform that action at this time.
0 commit comments