Skip to content

Commit 9a6c52a

Browse files
authored
Merge pull request #26 from Yuripetusko/master
bugfix: Install missing rollup plugin
2 parents 3beca80 + eec268b commit 9a6c52a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@rollup/plugin-commonjs": "^17.1.0",
6161
"@rollup/plugin-json": "^4.1.0",
6262
"@rollup/plugin-node-resolve": "^11.2.0",
63+
"@rollup/plugin-strip": "^2.0.0",
6364
"@types/jest": "^26.0.20",
6465
"@types/node": "^14.11.2",
6566
"@typescript-eslint/eslint-plugin": "^4.2.0",

yarn.lock

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,16 @@
17521752
is-module "^1.0.0"
17531753
resolve "^1.19.0"
17541754

1755-
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
1755+
"@rollup/plugin-strip@^2.0.0":
1756+
version "2.0.0"
1757+
resolved "https://registry.yarnpkg.com/@rollup/plugin-strip/-/plugin-strip-2.0.0.tgz#46014ca2bc30bfff4ac289c52d7174671418173d"
1758+
integrity sha512-1xtE2FDk7Wwr2dEPugkQp3M2FGtSVYeRQaJnHJIkHzcXpBlxT/z+jJoVUvm8LGXso+bLWgO65WrmQ6bC6e/x+A==
1759+
dependencies:
1760+
"@rollup/pluginutils" "^3.0.4"
1761+
estree-walker "^1.0.1"
1762+
magic-string "^0.25.5"
1763+
1764+
"@rollup/pluginutils@^3.0.4", "@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
17561765
version "3.1.0"
17571766
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
17581767
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -6670,7 +6679,7 @@ mafmt@^8.0.0, mafmt@^8.0.1:
66706679
dependencies:
66716680
multiaddr "^8.0.0"
66726681

6673-
magic-string@^0.25.7:
6682+
magic-string@^0.25.5, magic-string@^0.25.7:
66746683
version "0.25.7"
66756684
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
66766685
integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==

0 commit comments

Comments
 (0)