We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df0c58 commit 873ad84Copy full SHA for 873ad84
packages/@vue/cli-plugin-typescript/generator/index.js
@@ -9,7 +9,7 @@ module.exports = (api, {
9
10
api.extendPackage({
11
devDependencies: {
12
- typescript: api.hasPlugin('eslint') ? '~3.2.2' : '^3.0.0'
+ typescript: '^3.2.1'
13
}
14
})
15
packages/@vue/cli-plugin-typescript/package.json
@@ -38,7 +38,7 @@
38
"@types/chai": "^4.1.0",
39
"@types/jest": "^23.1.4",
40
"@types/mocha": "^5.2.6",
41
- "typescript": "~3.2.2",
+ "typescript": "^3.2.1",
42
"vue-class-component": "^6.2.0",
43
"vue-property-decorator": "^7.0.0"
44
0 commit comments