Skip to content

Commit

Permalink
Update dependency rollup-plugin-typescript2 to ^0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 14, 2018
1 parent 2038c7d commit 5a03d4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 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.13.0"
}
}
17 changes: 12 additions & 5 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,12 +7254,12 @@ 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.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.13.0.tgz#5fc838657d05af82e04554832cadf06cdb32f657"
dependencies:
fs-extra "^5.0.0"
resolve "^1.5.0"
resolve "^1.7.1"
rollup-pluginutils "^2.0.1"
tslib "^1.9.0"

Expand Down

0 comments on commit 5a03d4d

Please sign in to comment.