Skip to content

Commit a3596a1

Browse files
committed
ci: fix ts dev dep
1 parent 30215c2 commit a3596a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/@vue/cli-plugin-typescript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@types/chai": "^4.1.0",
3737
"@types/jest": "^23.1.4",
3838
"@types/mocha": "^5.2.4",
39+
"typescript": "^2.9.2",
3940
"vue-class-component": "^6.2.0",
4041
"vue-property-decorator": "^7.0.0"
4142
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12060,7 +12060,7 @@ typescript-eslint-parser@^16.0.0:
1206012060
lodash.unescape "4.0.1"
1206112061
semver "5.5.0"
1206212062

12063-
typescript@~2.9.0:
12063+
typescript@^2.9.2:
1206412064
version "2.9.2"
1206512065
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
1206612066

0 commit comments

Comments
 (0)