Skip to content

Commit 873ad84

Browse files
authoredMar 2, 2019
feat: loosen the restriction of typescript version (#3542)
1 parent 7df0c58 commit 873ad84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = (api, {
99

1010
api.extendPackage({
1111
devDependencies: {
12-
typescript: api.hasPlugin('eslint') ? '~3.2.2' : '^3.0.0'
12+
typescript: '^3.2.1'
1313
}
1414
})
1515

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/chai": "^4.1.0",
3939
"@types/jest": "^23.1.4",
4040
"@types/mocha": "^5.2.6",
41-
"typescript": "~3.2.2",
41+
"typescript": "^3.2.1",
4242
"vue-class-component": "^6.2.0",
4343
"vue-property-decorator": "^7.0.0"
4444
}

0 commit comments

Comments
 (0)
Please sign in to comment.