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

This commit is contained in:
Renovate Bot
2021-08-08 12:46:21 +00:00
committed by renovate[bot]
parent 165d6ab844
commit 6f5d796168
2 changed files with 4 additions and 4 deletions

View File

@ -16531,9 +16531,9 @@
}
},
"rollup": {
"version": "2.56.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.56.0.tgz",
"integrity": "sha512-weEafgbjbHCnrtJPNyCrhYnjP62AkF04P0BcV/1mofy1+gytWln4VVB1OK462cq2EAyWzRDpTMheSP/o+quoiA==",
"version": "2.56.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.56.1.tgz",
"integrity": "sha512-KkrsNjeiTfGJMUFBi/PNfj3fnt70akqdoNXOjlzwo98uA1qrlkmgt6SGaK5OwhyDYCVnJb6jb2Xa2wbI47P4Nw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -42,7 +42,7 @@
"postcss-import": "14.0.2",
"tailwindcss": "2.2.7",
"rimraf": "3.0.2",
"rollup": "2.56.0",
"rollup": "2.56.1",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},