chore(deps): update dependency rollup to v2.52.7 (#42711)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-07-02 11:36:58 +05:30
committed by GitHub
parent 60686818a2
commit 3d7ee4c516
2 changed files with 4 additions and 4 deletions

View File

@ -17843,9 +17843,9 @@
}
},
"rollup": {
"version": "2.52.6",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.6.tgz",
"integrity": "sha512-H+Xudmwf8KO+xji8njQNoIQRp8l+iQge/NdUR20JngTxVYdEEnlpkMvQ71YGLl3+xZcPecmdj4q2lrClKaPdRA==",
"version": "2.52.7",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.7.tgz",
"integrity": "sha512-55cSH4CCU6MaPr9TAOyrIC+7qFCHscL7tkNsm1MBfIJRRqRbCEY0mmeFn4Wg8FKsHtEH8r389Fz38r/o+kgXLg==",
"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.6",
"rollup": "2.52.7",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},