Skip to content

Commit

Permalink
Update dependency rollup to v1 (Urigo#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ardatan committed Aug 5, 2019
1 parent 3c9c453 commit 881aa74
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"conventional-changelog": "1.1.0",
"conventional-changelog-cli": "1.2.0",
"jsdoc-to-markdown": "3.0.0",
"rollup": "0.49.3",
"rollup": "1.10.0",
"rxjs": "6.0.0",
"rxjs-compat": "6.0.0",
"tslint": "5.7.0",
Expand Down
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
dependencies:
"@types/node" "*"

"@types/[email protected]":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"

"@types/[email protected]":
version "1.4.14"
resolved "https://registry.yarnpkg.com/@types/meteor/-/meteor-1.4.14.tgz#b4b14b2e2a98b20cf2bd03a28bffa52ba40b8be2"
Expand All @@ -27,6 +31,10 @@
version "8.0.28"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.28.tgz#86206716f8d9251cf41692e384264cbd7058ad60"

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

"@types/underscore@*":
version "1.8.8"
resolved "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.8.8.tgz#510fe1ca5e7fa87fccd405b9a8b566d420bc3d1b"
Expand All @@ -52,6 +60,10 @@ acorn@^3.0.4, acorn@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"

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

add-stream@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
Expand Down Expand Up @@ -1092,9 +1104,13 @@ right-align@^0.1.1:
dependencies:
align-text "^0.1.1"

[email protected]:
version "0.49.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.49.3.tgz#4cce32643dd8cf2154c69ff0e43470067db0adbf"
[email protected]:
version "1.10.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.10.0.tgz#91d594aa4386c51ca0883ad4ef2050b469d3e8aa"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "^11.13.4"
acorn "^6.1.1"

[email protected]:
version "6.0.0"
Expand Down

0 comments on commit 881aa74

Please sign in to comment.