chore(deps): update dependency rollup to v2.52.3 (#42631)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/42639/head
renovate[bot] 2021-06-25 23:32:00 +02:00 committed by GitHub
parent c6fa53e32d
commit 9581ea9376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -17812,9 +17812,9 @@
}
},
"rollup": {
"version": "2.52.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.2.tgz",
"integrity": "sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA==",
"version": "2.52.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.3.tgz",
"integrity": "sha512-QF3Sju8Kl2z0osI4unyOLyUudyhOMK6G0AeqJWgfiyigqLAlnNrfBcDWDx+f1cqn+JU2iIYVkDrgQ6/KtwEfrg==",
"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.2",
"rollup": "2.52.3",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},