Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 10, 2019
1 parent 4de762d commit bcfca7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js-given/package.json
Expand Up @@ -75,7 +75,7 @@
"mocha": "5.2.0",
"nodegit": "0.24.0",
"protractor": "5.4.2",
"rollup": "0.68.2",
"rollup": "1.9.3",
"rollup-plugin-babel": "3.0.7",
"rollup-plugin-uglify": "4.0.0",
"sinon": "6.3.5",
Expand Down
17 changes: 13 additions & 4 deletions js-given/yarn.lock
Expand Up @@ -105,6 +105,10 @@
version "8.5.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.1.tgz#4ec3020bcdfe2abffeef9ba3fbf26fca097514b5"

"@types/node@^11.13.2":
version "11.13.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.2.tgz#dc85dde46aa8740bb4aed54b8104250f8f849503"

"@types/q@^0.0.32":
version "0.0.32"
resolved "https://registry.yarnpkg.com/@types/q/-/q-0.0.32.tgz#bd284e57c84f1325da702babfc82a5328190c0c5"
Expand All @@ -131,6 +135,10 @@ acorn@^5.0.0, acorn@^5.1.2:
version "5.2.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7"

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

adm-zip@^0.4.7:
version "0.4.7"
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.7.tgz#8606c2cbf1c426ce8c8ec00174447fd49b6eafc1"
Expand Down Expand Up @@ -4961,12 +4969,13 @@ rollup-pluginutils@^1.5.0:
estree-walker "^0.2.1"
minimatch "^3.0.2"

rollup@0.68.2:
version "0.68.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.68.2.tgz#c26afb5d981ca7a1a32f76087dbde9dad4fcc653"
rollup@1.9.3:
version "1.9.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.9.3.tgz#c898fd562dff3165470fc5de9b5e191d50f944b2"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
"@types/node" "^11.13.2"
acorn "^6.1.1"

run-parallel@^1.1.4:
version "1.1.6"
Expand Down

0 comments on commit bcfca7e

Please sign in to comment.