chore(deps): unpin rollup as regression resolved

This commit is contained in:
pooya parsa 2020-06-24 09:52:04 +02:00
parent 0a47b4505d
commit da61470f5a
3 changed files with 6 additions and 7 deletions

View File

@ -75,7 +75,7 @@
"puppeteer-core": "^4.0.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rollup": "~2.16.1",
"rollup": "2.18.0",
"rollup-plugin-license": "^2.1.0",
"sass-loader": "^8.0.2",
"sort-package-json": "^1.44.0",

View File

@ -18,8 +18,7 @@
"chalk",
"wrap-ansi",
"terser-webpack-plugin",
"@types/terser-webpack-plugin",
"rollup"
"@types/terser-webpack-plugin"
],
"lockFileMaintenance": {
"enabled": true

View File

@ -11452,10 +11452,10 @@ rollup-plugin-license@^2.1.0:
spdx-expression-validate "2.0.0"
spdx-satisfies "5.0.0"
rollup@~2.16.1:
version "2.16.1"
resolved "https://registry.npmjs.org/rollup/-/rollup-2.16.1.tgz#97805e88071e2c6727bd0b64904976d14495c873"
integrity sha512-UYupMcbFtoWLB6ZtL4hPZNUTlkXjJfGT33Mmhz3hYLNmRj/cOvX2B26ZxDQuEpwtLdcyyyraBGQ7EfzmMJnXXg==
rollup@2.18.0:
version "2.18.0"
resolved "https://registry.npmjs.org/rollup/-/rollup-2.18.0.tgz#f03801e5dd01415e5675dcf61c824ea493ca0392"
integrity sha512-LhuQQp3WpnHo3HlKCRrdMXpB6jdLsGOoXXSfMjbv74s5VdV3WZhkYJT0Z6w/EH3UgPH+g/S9T4GJrKW/5iD8TA==
optionalDependencies:
fsevents "~2.1.2"