Skip to content

Commit

Permalink
fix(deps): update dependency rollup-plugin-typescript2 to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2022
1 parent df6a84e commit 4feafd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-size-snapshot": "0.12.0",
"rollup-plugin-strip-code": "0.2.7",
"rollup-plugin-typescript2": "0.32.1",
"rollup-plugin-typescript2": "0.34.0",
"rollup-plugin-visualizer": "5.8.1",
"sade": "1.8.1",
"shelljs": "0.8.5",
Expand Down
9 changes: 4 additions & 5 deletions example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14471,15 +14471,14 @@ rollup-plugin-terser@^7.0.0:
serialize-javascript "^4.0.0"
terser "^5.0.0"

rollup-plugin-typescript2@0.32.1:
version "0.32.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.32.1.tgz#470ded8e1965efac02043cc0ef4a7fa36bed83b9"
integrity sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==
rollup-plugin-typescript2@0.34.0:
version "0.34.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.0.tgz#06ed351dc84bf7101bca2b3098c7d6a737aeae33"
integrity sha512-dGtOz2kL6nQVgfIOmnA4Xh+5cFrs3bdu4jja/ej7WKR92RzOOixsn71LY5ZFFmKe1R677nUh+k2++NiY3un2PQ==
dependencies:
"@rollup/pluginutils" "^4.1.2"
find-cache-dir "^3.3.2"
fs-extra "^10.0.0"
resolve "^1.20.0"
tslib "^2.4.0"

[email protected]:
Expand Down

0 comments on commit 4feafd6

Please sign in to comment.