Skip to content

Commit

Permalink
feat: loosen the restriction of typescript version (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Mar 2, 2019
1 parent 7df0c58 commit 873ad84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/generator/index.js
Expand Up @@ -9,7 +9,7 @@ module.exports = (api, {

api.extendPackage({
devDependencies: {
typescript: api.hasPlugin('eslint') ? '~3.2.2' : '^3.0.0'
typescript: '^3.2.1'
}
})

Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/package.json
Expand Up @@ -38,7 +38,7 @@
"@types/chai": "^4.1.0",
"@types/jest": "^23.1.4",
"@types/mocha": "^5.2.6",
"typescript": "~3.2.2",
"typescript": "^3.2.1",
"vue-class-component": "^6.2.0",
"vue-property-decorator": "^7.0.0"
}
Expand Down

0 comments on commit 873ad84

Please sign in to comment.