8000 fix: pin typescript version to 3.5 until we support typescript-eslint 2 · vuejs/vue-cli@c80fb6a · GitHub
[go: up one dir, main page]

Skip to content

Commit c80fb6a

Browse files
committed
fix: pin typescript version to 3.5 until we support typescript-eslint 2
1 parent 4de59d0 commit c80fb6a

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-typescript/generator

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-typescript/generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = (api, {
1111

1212
api.extendPackage({
1313
devDependencies: {
14-
typescript: '^3.4.5'
14+
typescript: '~3.5.3'
1515
}
1616
})
1717

0 commit comments

Comments
 (0)
0