Skip to content

Commit 016bb32

Browse files
committed
chore: bump typescript version to 3.8
It's been supported in the latest versions of @typescript-eslint packages typescript-eslint/typescript-eslint#1696
1 parent 5c8c614 commit 016bb32

File tree

4 files changed

+174
-23
lines changed

4 files changed

+174
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"request-promise-native": "^1.0.8",
8585
"rimraf": "^3.0.2",
8686
"semver": "^6.1.0",
87-
"typescript": "~3.7.5",
87+
"typescript": "~3.8.3",
8888
"vuepress": "^1.3.0",
8989
"webpack": "^4.0.0",
9090
"yorkie": "^2.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/chai": "^4.2.11",
4343
"@types/jest": "^24.0.19",
4444
"@types/mocha": "^5.2.6",
45-
"typescript": "~3.7.5",
45+
"typescript": "~3.8.3",
4646
"vue-class-component": "^7.2.3",
4747
"vue-property-decorator": "^8.4.1"
4848
}

packages/@vue/cli-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prismjs": "^1.19.0",
6161
"rss-parser": "^3.7.6",
6262
"shortid": "^2.2.15",
63-
"typescript": "~3.7.5",
63+
"typescript": "~3.8.3",
6464
"vue-cli-plugin-apollo": "^0.21.3",
6565
"watch": "^1.0.2"
6666
},

0 commit comments

Comments
 (0)