Skip to content

Commit

Permalink
Update dependency rollup-plugin-typescript2 to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 16, 2019
1 parent 7eeccd2 commit a4e4352
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rollup": "0.64.1",
"rollup-plugin-commonjs": "9.1.5",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-typescript2": "0.16.1",
"rollup-plugin-typescript2": "0.19.0",
"rollup-plugin-url": "1.4.0",
"styled-components": "3.4.2",
"ts-jest": "23.1.3",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3293,17 +3293,17 @@ from2@^2.1.0:
inherits "^2.0.1"
readable-stream "^2.0.0"

fs-extra@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
fs-extra@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
fs-extra@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
Expand Down Expand Up @@ -6665,13 +6665,13 @@ rollup-plugin-node-resolve@3.3.0:
is-module "^1.0.0"
resolve "^1.1.6"

rollup-plugin-typescript2@0.16.1:
version "0.16.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.16.1.tgz#72e1f8a2e450550eabdc3d474e735feae322b474"
rollup-plugin-typescript2@0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.19.0.tgz#4b360f96d6932b0cf13f8e25fe1351387c530122"
dependencies:
fs-extra "5.0.0"
fs-extra "7.0.1"
resolve "1.8.1"
rollup-pluginutils "2.3.0"
rollup-pluginutils "2.3.3"
tslib "1.9.3"

rollup-plugin-url@1.4.0:
Expand All @@ -6681,9 +6681,9 @@ rollup-plugin-url@1.4.0:
mime "^2.3.1"
rollup-pluginutils "^2.0.1"

rollup-pluginutils@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.0.tgz#478ace04bd7f6da2e724356ca798214884738fc4"
rollup-pluginutils@2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.3.3.tgz#3aad9b1eb3e7fe8262820818840bf091e5ae6794"
dependencies:
estree-walker "^0.5.2"
micromatch "^2.3.11"
Expand Down

0 comments on commit a4e4352

Please sign in to comment.