Skip to content

Commit 7c85160

Browse files
committed
chore: bump typescript
1 parent fc37448 commit 7c85160

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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",

test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

32993299
uglify-js@^2.8.29:
33003300
version "2.8.29"

0 commit comments

Comments
 (0)