Skip to content

Commit

Permalink
fix: pin typescript version to 3.5 until we support typescript-eslint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Oct 16, 2019
1 parent 4de59d0 commit c80fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/generator/index.js
Expand Up @@ -11,7 +11,7 @@ module.exports = (api, {

api.extendPackage({
devDependencies: {
typescript: '^3.4.5'
typescript: '~3.5.3'
}
})

Expand Down

0 comments on commit c80fb6a

Please sign in to comment.