Skip to content

Commit

Permalink
Update dependency rollup-plugin-typescript2 to ^0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 12, 2018
1 parent 2038c7d commit 6879745
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"rollup-plugin-preserve-shebang": "^0.1.6",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-strict-alias": "^1.0.0",
"rollup-plugin-typescript2": "^0.12.0"
"rollup-plugin-typescript2": "^0.15.0"
}
}
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5535,8 +5535,9 @@ micromatch@^3.1.4, micromatch@^3.1.8:
snapdragon "^0.8.1"
to-regex "^3.0.2"

"micromatch@github:jonschlinkert/micromatch#2.2.0":
micromatch@jonschlinkert/micromatch#2.2.0:
version "2.2.0"
uid "5017fd78202e04c684cc31d3c2fb1f469ea222ff"
resolved "https://codeload.github.com/jonschlinkert/micromatch/tar.gz/5017fd78202e04c684cc31d3c2fb1f469ea222ff"
dependencies:
arr-diff "^1.0.1"
Expand Down Expand Up @@ -7144,6 +7145,12 @@ resolve@^1.1.6, resolve@^1.5.0:
dependencies:
path-parse "^1.0.5"

resolve@^1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
dependencies:
path-parse "^1.0.5"

restore-cursor@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
Expand Down Expand Up @@ -7247,14 +7254,14 @@ rollup-plugin-strict-alias@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/rollup-plugin-strict-alias/-/rollup-plugin-strict-alias-1.0.0.tgz#7079ee25785c5f9506e4430b5abff4c581ac8cfc"

rollup-plugin-typescript2@^0.12.0:
version "0.12.0"
resolved "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.12.0.tgz#c6cd4d6c2fff954ba475ed5faec3c08544a9fc71"
rollup-plugin-typescript2@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.15.0.tgz#33cf4ec8528f6fa5686cf1246f047acec4801d3a"
dependencies:
fs-extra "^5.0.0"
resolve "^1.5.0"
resolve "^1.7.1"
rollup-pluginutils "^2.0.1"
tslib "^1.9.0"
tslib "1.9.2"

rollup-pluginutils@^2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -8051,9 +8058,9 @@ tryor@~0.1.2:
version "0.1.2"
resolved "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz#8145e4ca7caff40acde3ccf946e8b8bb75b4172b"

tslib@^1.9.0:
version "1.9.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
tslib@1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e"

tunnel-agent@^0.6.0:
version "0.6.0"
Expand Down

0 comments on commit 6879745

Please sign in to comment.