Skip to content

Commit

Permalink
Merge 3c7046c into e3b21af
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Dec 28, 2018
2 parents e3b21af + 3c7046c commit 9fdeebc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"microstates": "0.12.4",
"rollup": "^0.68.0",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-filesize": "^5.0.1",
"rollup-plugin-node-resolve": "^4.0.0"
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Expand Up @@ -653,7 +653,7 @@ acorn@^5.5.3:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==

acorn@^6.0.1:
acorn@^6.0.1, acorn@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
Expand Down Expand Up @@ -3988,13 +3988,14 @@ rollup-pluginutils@^2.3.0:
estree-walker "^0.5.2"
micromatch "^2.3.11"

rollup@^0.68.0:
version "0.68.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.68.0.tgz#e4fbde2e6278354962be530b498fc485298c0fc3"
integrity sha512-UbmntCf8QBlOqJnwsNWQCI0oonHOgs9y1OLoO8BHf2r8gCyRLp3JzLHXARJpsNDAS08Qm3LDjzyWma5sqnCxDQ==
rollup@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.0.0.tgz#db97a04a15364d1cd3823a0024ae8d8fda530a1c"
integrity sha512-LV6Qz+RkuDAfxr9YopU4k5o5P/QA7YNq9xi2Ug2IqOmhPt9sAm89vh3SkNtFok3bqZHX54eMJZ8F68HPejgqtw==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
acorn "^6.0.4"

rsvp@^3.3.3:
version "3.6.2"
Expand Down

0 comments on commit 9fdeebc

Please sign in to comment.