Skip to content

Commit

Permalink
Merge pull request #1429 from tarsinzer/bump/rollup-plugin-visualizer…
Browse files Browse the repository at this point in the history
…-5.x

fix(deps): update dependency rollup-plugin-visualizer to v5.8.2
  • Loading branch information
tarsisexistence authored Oct 9, 2022
2 parents c7dbae3 + 30ef680 commit 214a6f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"rollup-plugin-size-snapshot": "0.12.0",
"rollup-plugin-strip-code": "0.2.7",
"rollup-plugin-typescript2": "0.32.1",
"rollup-plugin-visualizer": "5.8.1",
"rollup-plugin-visualizer": "5.8.2",
"sade": "1.8.1",
"shelljs": "0.8.5",
"ts-jest": "27.1.5",
Expand Down
16 changes: 10 additions & 6 deletions example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14573,14 +14573,13 @@ [email protected]:
resolve "^1.20.0"
tslib "^2.4.0"

[email protected].1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.1.tgz#deb207017fcf584f3dce088a67eac0d49e4e2a86"
integrity sha512-NBT/xN/LWCwDM2/j5vYmjzpEAKHyclo/8Cv8AfTCwgADAG+tLJDy1vzxMw6NO0dSDjmTeRELD9UU3FwknLv0GQ==
[email protected].2:
version "5.8.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.8.2.tgz#25a4cc6431aba2eba8ecb7c99d8c3623d493e4bd"
integrity sha512-Fh7KoAa7FVVOojmyyX9ro7fBSR7mPG2cgfDbA877HM4IeJJtSZO+I/R3h/u6TB8wVP5J4pXPpTaRMSREyqCS3g==
dependencies:
nanoid "^3.3.4"
open "^8.4.0"
source-map "^0.7.3"
source-map "^0.7.4"
yargs "^17.5.1"

[email protected]:
Expand Down Expand Up @@ -15165,6 +15164,11 @@ source-map@^0.7.3, source-map@~0.7.2:
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==

source-map@^0.7.4:
version "0.7.4"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==

source-map@^0.8.0-beta.0:
version "0.8.0-beta.0"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
Expand Down

0 comments on commit 214a6f8

Please sign in to comment.