Skip to content

Commit

Permalink
chore(deps): update dependency rollup-plugin-typescript2 to v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 12, 2020
1 parent c919516 commit 585f34a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-typescript2": "0.27.0",
"rollup-plugin-typescript2": "0.27.1",
"sonar-scanner": "3.1.0",
"ts-jest": "25.4.0",
"ts-node": "8.9.1",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6659,16 +6659,16 @@ rollup-plugin-terser@5.3.0:
serialize-javascript "^2.1.2"
terser "^4.6.2"

rollup-plugin-typescript2@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.0.tgz#95ff96f9e07d5000a9d2df4d76b548f9a1f83511"
integrity sha512-SRKG/Canve3cxBsqhY1apIBznqnX9X/WU3Lrq3XSwmTmFqccj3+//logLXFEmp+PYFNllSVng+f4zjqRTPKNkA==
rollup-plugin-typescript2@0.27.1:
version "0.27.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.1.tgz#4f27193408a8f040139eed3e3db7b0c7f3668200"
integrity sha512-RJl77Bbj1EunAQDC3dK/O2HWuSUX3oJbRGzyLoS5o9W4Hs1Nix3Gavqj1Lzs5Y6Ff4H2xXfmZ1WWUQCYocSbzQ==
dependencies:
"@rollup/pluginutils" "^3.0.8"
find-cache-dir "^3.3.1"
fs-extra "8.1.0"
resolve "1.15.1"
tslib "1.11.1"
tslib "1.11.2"

rollup-pluginutils@^2.3.1, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
version "2.8.2"
Expand Down Expand Up @@ -7528,7 +7528,12 @@ tsconfig-paths@3.9.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

tslib@1.11.1, tslib@^1.8.1, tslib@^1.9.0:
tslib@1.11.2:
version "1.11.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==

tslib@^1.8.1, tslib@^1.9.0:
version "1.11.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
Expand Down

0 comments on commit 585f34a

Please sign in to comment.