Skip to content

Commit

Permalink
chore: bump typescript version to 3.8
Browse files Browse the repository at this point in the history
It's been supported in the latest versions of @typescript-eslint packages
typescript-eslint/typescript-eslint#1696
  • Loading branch information
sodatea committed Apr 1, 2020
1 parent 5c8c614 commit 016bb32
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"request-promise-native": "^1.0.8",
"rimraf": "^3.0.2",
"semver": "^6.1.0",
"typescript": "~3.7.5",
"typescript": "~3.8.3",
"vuepress": "^1.3.0",
"webpack": "^4.0.0",
"yorkie": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/chai": "^4.2.11",
"@types/jest": "^24.0.19",
"@types/mocha": "^5.2.6",
"typescript": "~3.7.5",
"typescript": "~3.8.3",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Expand Up @@ -60,7 +60,7 @@
"prismjs": "^1.19.0",
"rss-parser": "^3.7.6",
"shortid": "^2.2.15",
"typescript": "~3.7.5",
"typescript": "~3.8.3",
"vue-cli-plugin-apollo": "^0.21.3",
"watch": "^1.0.2"
},
Expand Down

0 comments on commit 016bb32

Please sign in to comment.