chore(deps): update dependency rollup to v2.52.6

This commit is contained in:
Renovate Bot
2021-07-01 06:42:32 +00:00
committed by renovate[bot]
parent d5c1bb1233
commit 1bc19eb4de
2 changed files with 4 additions and 4 deletions

View File

@ -17843,9 +17843,9 @@
}
},
"rollup": {
"version": "2.52.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.4.tgz",
"integrity": "sha512-AXgUxxWXyGfsj8GKleR1k8KsG8G+7ZZDRU9RZb9PnLGSyTqI/1qf/+QSp1hRaR40j4yfBCKXs5khtGKiFwihfg==",
"version": "2.52.6",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.6.tgz",
"integrity": "sha512-H+Xudmwf8KO+xji8njQNoIQRp8l+iQge/NdUR20JngTxVYdEEnlpkMvQ71YGLl3+xZcPecmdj4q2lrClKaPdRA==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -42,7 +42,7 @@
"postcss-import": "14.0.2",
"tailwindcss": "2.2.4",
"rimraf": "3.0.2",
"rollup": "2.52.4",
"rollup": "2.52.6",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},