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 50
50
"rollup-plugin-replace" : " ^1.1.1" ,
51
51
"testdouble" : " ^3.2.1" ,
52
52
"ts-loader" : " ^2.2.1" ,
53
- "typescript" : " ^2.4.1 " ,
53
+ "typescript" : " ^2.5.2 " ,
54
54
"uglify-js" : " ^3.0.22" ,
55
55
"vue" : " ^2.3.4" ,
56
56
"vue-loader" : " ^13.0.0" ,
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ describe('vue-class-component', () => {
197
197
const NoCache = createDecorator ( ( options , key ) => {
198
198
// options should have computed and methods etc.
199
199
// 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 >
201
201
computedOption . cache = false
202
202
} )
203
203
Original file line number Diff line number Diff line change @@ -3292,9 +3292,9 @@ type-detect@^4.0.0:
3292
3292
version "4.0.3"
3293
3293
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.3.tgz#0e3f2670b44099b0b46c284d136a7ef49c74c2ea"
3294
3294
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 "
3298
3298
3299
3299
uglify-js@^2.8.29 :
3300
3300
version "2.8.29"
You can’t perform that action at this time.
0 commit comments