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

This commit is contained in:
Renovate Bot
2021-11-01 08:44:01 +00:00
committed by renovate[bot]
parent e9512cb968
commit c42dc1b350
2 changed files with 4 additions and 4 deletions

View File

@ -17290,9 +17290,9 @@
}
},
"rollup": {
"version": "2.58.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.58.3.tgz",
"integrity": "sha512-ei27MSw1KhRur4p87Q0/Va2NAYqMXOX++FNEumMBcdreIRLURKy+cE2wcDJKBn0nfmhP2ZGrJkP1XPO+G8FJQw==",
"version": "2.59.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.59.0.tgz",
"integrity": "sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View File

@ -48,7 +48,7 @@
"postcss-import": "14.0.2",
"tailwindcss": "2.2.19",
"rimraf": "3.0.2",
"rollup": "2.58.3",
"rollup": "2.59.0",
"rollup-plugin-postcss": "4.0.1",
"rollup-plugin-terser": "7.0.2"
},