Updated RollUp version

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-18 01:06:15 +04:00
parent 84a6f6a0f1
commit ee0e9ca2e4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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": {

View File

@ -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"