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

This commit is contained in:
Renovate Bot
2021-07-09 09:00:03 +00:00
committed by renovate[bot]
parent 63f26db336
commit be5fec4bb5
2 changed files with 4 additions and 4 deletions

View File

@ -17843,9 +17843,9 @@
}
},
"rollup": {
"version": "2.52.8",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.8.tgz",
"integrity": "sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==",
"version": "2.53.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.0.tgz",
"integrity": "sha512-spgrY78Toh+m0+zaOoeaayJKuzFuWy6o1PdFIBMVwRcuxT0xCOX9A5rChyKe+2ruL4lePKWUMImS4mMW1QAkmQ==",
"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.8",
"rollup": "2.53.0",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},