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

This commit is contained in:
Renovate Bot
2021-07-29 20:39:31 +00:00
committed by renovate[bot]
parent 7d9496e52c
commit f0452399fb
2 changed files with 4 additions and 4 deletions

View File

@ -16257,9 +16257,9 @@
}
},
"rollup": {
"version": "2.55.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.0.tgz",
"integrity": "sha512-Atc3QqelKzrKwRkqnSdq0d2Mi8e0iGuL+kZebKMZ4ysyWHD5hw9VfVCAuODIW5837RENV8LXcbAEHurYf+ArvA==",
"version": "2.55.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz",
"integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==",
"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.55.0",
"rollup": "2.55.1",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2"
},