diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 14:25:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 14:25:17 +0300 |
commit | 75f7453fb1407994d4075013fd6eb1d151dca3c9 (patch) | |
tree | 8f4c3def541a8a5a4c02be7fdd7c9accb7eef586 /package.json | |
parent | db71e72427bb79452e97cd80ace95a9b3b2c838f (diff) | |
download | eslint-config-75f7453fb1407994d4075013fd6eb1d151dca3c9.tar.xz eslint-config-75f7453fb1407994d4075013fd6eb1d151dca3c9.zip |
uptade(project): Dependency update
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index c7e93ba..1f5d605 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,15 @@ "devDependencies": { "@rollup/plugin-json": "^4.0.2", "@rollup/plugin-typescript": "^3.0.0", - "@typescript-eslint/eslint-plugin": "^2.19.2", - "@typescript-eslint/parser": "^2.19.2", + "@typescript-eslint/eslint-plugin": "^2.20.0", + "@typescript-eslint/parser": "^2.20.0", "eslint": "^6.8.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-import": "^2.20.1", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^16.1.1", - "eslint-plugin-vue": "^6.1.2", + "eslint-plugin-vue": "^6.2.1", "rollup": "^1.31.1", "rollup-plugin-terser": "^5.2.0", "tslib": "^1.10.0", |