diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 00:06:15 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-18 00:06:15 +0300 |
commit | ee0e9ca2e4eb350bbefa2da358e3c0b6b13bb1d5 (patch) | |
tree | 96247c202c4e09c4c22897af2533d9e4d753bc89 | |
parent | 84a6f6a0f149a1e313dd70e331898bdd35cd4295 (diff) | |
download | eslint-config-ee0e9ca2e4eb350bbefa2da358e3c0b6b13bb1d5.tar.xz eslint-config-ee0e9ca2e4eb350bbefa2da358e3c0b6b13bb1d5.zip |
Updated RollUp version
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index ef9feed..559443f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1776,9 +1776,9 @@ } }, "rollup": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.16.1.tgz", - "integrity": "sha512-UYupMcbFtoWLB6ZtL4hPZNUTlkXjJfGT33Mmhz3hYLNmRj/cOvX2B26ZxDQuEpwtLdcyyyraBGQ7EfzmMJnXXg==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.17.0.tgz", + "integrity": "sha512-4Um68vKyyTLzT+EWClgc+nyxSlunlmx8wgCO16RDicwxvccnyBHguoNqxPaJL/YPAdvuAJkqaFPf/BfDojzEZA==", "dev": true }, "rollup-plugin-terser": { diff --git a/package.json b/package.json index 17cfa4d..8120229 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^20.1.0", "eslint-plugin-vue": "^6.2.2", - "rollup": "^2.16.1", + "rollup": "^2.17.0", "rollup-plugin-terser": "^6.1.0", "tslib": "^2.0.0", "typescript": "^3.9.5" |