Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency rollup to v1.9.2
Browse files Browse the repository at this point in the history
renovate-bot committed Apr 10, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
renovate-bot Mend Renovate
1 parent ccebb1b commit 4069a02
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"prettier": "1.15.3",
"puppeteer": "1.11.0",
"release-it": "^10.3.1",
"rollup": "1.0.0",
"rollup": "1.9.2",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-typescript2": "^0.20.1",
"ts-jest": "^24.0.0",
22 changes: 12 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -434,6 +434,11 @@
version "10.0.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"

"@types/node@^11.13.2":
version "11.13.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.2.tgz#dc85dde46aa8740bb4aed54b8104250f8f849503"
integrity sha512-HOtU5KqROKT7qX/itKHuTtt5fV0iXbheQvrgbLNXFJQBY/eh+VS5vmmTAVlo3qIGMsypm0G4N1t2AXjy1ZicaQ==

"@types/puppeteer@^1.12.3":
version "1.12.3"
resolved "https://registry.yarnpkg.com/@types/puppeteer/-/puppeteer-1.12.3.tgz#1309882d368ed21004dfc4520864fdafcf126277"
@@ -477,11 +482,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"

@@ -4812,13 +4813,14 @@ rollup-pluginutils@^2.3.1:
estree-walker "^0.6.0"
micromatch "^3.1.10"

rollup@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.0.0.tgz#db97a04a15364d1cd3823a0024ae8d8fda530a1c"
rollup@1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.9.2.tgz#9b4cd2f04ca2052e38a54994a6977c492b7abd10"
integrity sha512-qgAdFJ3Latpw2teP0ByEJcyIYkGgT192hXl42Q7tfyMiexvUqsOEOGVCPZOeHT/HJ9QZMDOfTq0W5a4ET3A6UA==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
acorn "^6.0.4"
"@types/node" "^11.13.2"
acorn "^6.1.1"

rsvp@^4.8.4:
version "4.8.4"

0 comments on commit 4069a02

Please sign in to comment.