diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-17 19:44:45 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-17 19:44:45 +0300 |
commit | 2c62da8decad63e1ee4b4cbc1e5ac88e42032594 (patch) | |
tree | 540bc8bffaacf52b47e05dde43e5f01f68b180ec /package.json | |
parent | e1d78952837dda1e0741ef72d2d61fa44c0ed005 (diff) | |
download | eslint-config-2c62da8decad63e1ee4b4cbc1e5ac88e42032594.tar.xz eslint-config-2c62da8decad63e1ee4b4cbc1e5ac88e42032594.zip |
Updated RollUp dependence
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 79aa220..6ecf7d1 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "build": "rollup --config rollup.config.js" }, "devDependencies": { - "@rollup/plugin-json": "^4.0.2", - "@rollup/plugin-typescript": "^3.0.0", + "@rollup/plugin-json": "^4.1.0", + "@rollup/plugin-typescript": "^4.1.2", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "eslint": "^6.8.0", @@ -22,8 +22,8 @@ "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^18.0.1", "eslint-plugin-vue": "^6.2.2", - "rollup": "^1.31.1", - "rollup-plugin-terser": "^5.2.0", + "rollup": "^2.16.1", + "rollup-plugin-terser": "^6.1.0", "tslib": "^2.0.0", "typescript": "^3.9.5" }, |