aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 19:36:44 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 19:36:44 +0300
commit09caa0dcba54156523309186a5e08e57d30e154d (patch)
tree7f41d06de774a242e2abe66487c6d1dbe6ecd604 /package.json
parenta40468c437f05bb9d974250de2d433611037d588 (diff)
downloadeslint-config-09caa0dcba54156523309186a5e08e57d30e154d.tar.xz
eslint-config-09caa0dcba54156523309186a5e08e57d30e154d.zip
Updated TypeScript to v2.25.0
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 37b6584..ac8bae0 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,8 @@
"devDependencies": {
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-typescript": "^3.0.0",
- "@typescript-eslint/eslint-plugin": "^2.20.0",
- "@typescript-eslint/parser": "^2.20.0",
+ "@typescript-eslint/eslint-plugin": "^2.25.0",
+ "@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.1",
@@ -28,8 +28,8 @@
"typescript": "^3.7.5"
},
"peerDependencies": {
- "@typescript-eslint/eslint-plugin": "^2.19.0",
- "@typescript-eslint/parser": "^2.19.0",
+ "@typescript-eslint/eslint-plugin": "^2.25.0",
+ "@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.1",