Updated RollUp dependence

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-06-17 20:44:45 +04:00
parent e1d7895283
commit 2c62da8dec
2 changed files with 54 additions and 59 deletions

View File

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