diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 19:42:58 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 19:42:58 +0300 |
commit | e1d78952837dda1e0741ef72d2d61fa44c0ed005 (patch) | |
tree | 8cfb5a11019f30b0ae15195e4a4811c70c12a1a2 /package.json | |
parent | 75912b57774072c781dc2920910e895f948bfe12 (diff) | |
download | eslint-config-e1d78952837dda1e0741ef72d2d61fa44c0ed005.tar.xz eslint-config-e1d78952837dda1e0741ef72d2d61fa44c0ed005.zip |
Updated TypeScript dependence
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index febb7ca..79aa220 100644 --- a/package.json +++ b/package.json @@ -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", |