Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v1.16.7 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rmevans9 committed Jul 12, 2019
1 parent 3381873 commit c6ba6b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest": "24.8.0",
"npm-run-all": "4.1.5",
"prettier": "1.17.1",
"rollup": "1.13.1",
"rollup": "1.16.7",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-babel-minify": "8.0.0",
"rollup-plugin-filesize": "6.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1243,10 +1243,10 @@
version "10.0.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.3.tgz#1f89840c7aac2406cc43a2ecad98fc02a8e130e4"

"@types/node@^12.0.3":
version "12.0.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.4.tgz#46832183115c904410c275e34cf9403992999c32"
integrity sha512-j8YL2C0fXq7IONwl/Ud5Kt0PeXw22zGERt+HSSnwbKOJVsAGkEz3sFCYwaF9IOuoG1HOtE0vKCj6sXF7Q0+Vaw==
"@types/node@^12.0.10":
version "12.6.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.1.tgz#d5544f6de0aae03eefbb63d5120f6c8be0691946"
integrity sha512-rp7La3m845mSESCgsJePNL/JQyhkOJA6G4vcwvVgkDAwHhGdq5GCumxmPjEk1MZf+8p5ZQAUE7tqgQRQTXN7uQ==

"@types/prop-types@*":
version "15.5.9"
Expand Down Expand Up @@ -7707,13 +7707,13 @@ rollup-pluginutils@^2.8.0:
dependencies:
estree-walker "^0.6.1"

rollup@1.13.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.13.1.tgz#86a474c29df0f303ed31e4c8be5d81c1038beae8"
integrity sha512-TWBmVU5WS4wOy5Ij2qxrJYRUn/keECvStcXDpJSwgr95JZ6VFf1PDewiAk4VPf5vxr7drRJlxh9kYpxHveYOOg==
rollup@1.16.7:
version "1.16.7"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.16.7.tgz#4b539ca22465df39f6c963d2001d95f6527e97e1"
integrity sha512-P3GVcbVSLLjHWFLKGerYRe3Q/yggRXmTZFx/4WZf4wzGwO6hAg5jyMAFMQKc0dts8rFID4BQngfoz6yQbI7iMQ==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "^12.0.3"
"@types/node" "^12.0.10"
acorn "^6.1.1"

rsvp@^4.8.4:
Expand Down

0 comments on commit c6ba6b4

Please sign in to comment.