Skip to content

Commit

Permalink
Update dependency rollup to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 25, 2019
1 parent e61160d commit 75b6af5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint-staged": "8.1.0",
"prettier": "1.15.3",
"puppeteer": "1.11.0",
"rollup": "1.0.0"
"rollup": "1.7.3"
},
"jest": {
"collectCoverageFrom": [
Expand Down
22 changes: 9 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"

"@types/node@*":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"
"@types/node@^11.11.6":
version "11.11.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.6.tgz#df929d1bb2eee5afdda598a41930fe50b43eaa6a"

abab@^1.0.4:
version "1.0.4"
Expand All @@ -79,11 +79,7 @@ acorn@^5.0.0, acorn@^5.3.0:
version "5.5.3"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"

acorn@^6.0.4:
version "6.0.5"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"

acorn@^6.0.7:
acorn@^6.0.7, acorn@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"

Expand Down Expand Up @@ -3482,13 +3478,13 @@ rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1:
dependencies:
glob "^7.0.5"

rollup@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.0.0.tgz#db97a04a15364d1cd3823a0024ae8d8fda530a1c"
rollup@1.7.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.7.3.tgz#cade518b92e23efa72026e264e29d9a56cbf8eb9"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
acorn "^6.0.4"
"@types/node" "^11.11.6"
acorn "^6.1.1"

run-async@^2.2.0:
version "2.3.0"
Expand Down

0 comments on commit 75b6af5

Please sign in to comment.