chore(deps): update dependency rollup to v2.52.4 (#42675)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-30 11:41:41 +05:30
committed by GitHub
parent 1044c11b1f
commit fb8d2ace4a
2 changed files with 4 additions and 4 deletions

View File

@ -17844,9 +17844,9 @@
}
},
"rollup": {
"version": "2.52.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.3.tgz",
"integrity": "sha512-QF3Sju8Kl2z0osI4unyOLyUudyhOMK6G0AeqJWgfiyigqLAlnNrfBcDWDx+f1cqn+JU2iIYVkDrgQ6/KtwEfrg==",
"version": "2.52.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.4.tgz",
"integrity": "sha512-AXgUxxWXyGfsj8GKleR1k8KsG8G+7ZZDRU9RZb9PnLGSyTqI/1qf/+QSp1hRaR40j4yfBCKXs5khtGKiFwihfg==",
"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.3",
"rollup": "2.52.4",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},