Merge pull request #128 from wbkd/dependabot/npm_and_yarn/develop/rollup-1.31.1

chore(deps-dev): bump rollup from 1.27.3 to 1.31.1
This commit is contained in:
Moritz
2020-02-24 16:51:57 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8159,9 +8159,9 @@
}
},
"rollup": {
"version": "1.27.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.3.tgz",
"integrity": "sha512-79AEh4m5NPCz97GTuIoXpSFIMPyk2AiqVQp040baSRPXk/I4YMGt5/CR9GX5oEYEkxwBZoWLheaS1/w/FidfJw==",
"version": "1.31.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-1.31.1.tgz",
"integrity": "sha512-2JREN1YdrS/kpPzEd33ZjtuNbOuBC3ePfuZBdKEybvqcEcszW1ckyVqzcEiEe0nE8sqHK+pbJg+PsAgRJ8+1dg==",
"dev": true,
"requires": {
"@types/estree": "*",

View File

@@ -33,7 +33,7 @@
"prettier": "1.19.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"rollup": "^1.27.3",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",