Merge pull request #672 from wbkd/dependabot/npm_and_yarn/main/rollup-2.33.1

chore(deps-dev): bump rollup from 2.33.0 to 2.33.1
This commit is contained in:
Christopher Möller
2020-11-09 13:21:10 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7395,9 +7395,9 @@
}
},
"rollup": {
"version": "2.33.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.33.0.tgz",
"integrity": "sha512-7jFrmKgQj1GOWlC8rExHaPcv2SQnWMv1BFUyH/xWS5w80h6132wBUWp/qTvQkAbnlqGvi13T6iP2kHo9Sb2HxA==",
"version": "2.33.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.33.1.tgz",
"integrity": "sha512-uY4O/IoL9oNW8MMcbA5hcOaz6tZTMIh7qJHx/tzIJm+n1wLoY38BLn6fuy7DhR57oNFLMbDQtDeJoFURt5933w==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"
+1 -1
View File
@@ -58,7 +58,7 @@
"prop-types": "^15.7.2",
"react": "^16.14.0",
"release-it": "^14.2.1",
"rollup": "^2.33.0",
"rollup": "^2.33.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-typescript2": "^0.29.0",