Updated TypeScript dependence

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-06-17 20:42:58 +04:00
parent 75912b5777
commit e1d7895283
2 changed files with 21 additions and 5 deletions

View File

@@ -24,8 +24,8 @@
"eslint-plugin-vue": "^6.2.2",
"rollup": "^1.31.1",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
"tslib": "^2.0.0",
"typescript": "^3.9.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.26.0",