Skip to content

Commit cfb50a1

Browse files
chore(deps): update dependency rollup-plugin-replace to v2.1.0 (#472)
1 parent bbe3d59 commit cfb50a1

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rollup-plugin-babel": "4.0.3",
5959
"rollup-plugin-commonjs": "9.1.8",
6060
"rollup-plugin-node-resolve": "3.4.0",
61-
"rollup-plugin-replace": "2.0.0",
61+
"rollup-plugin-replace": "2.1.0",
6262
"rollup-plugin-terser": "3.0.0",
6363
"semantic-release": "15.9.17",
6464
"tslint": "5.11.0",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3988,6 +3988,13 @@ magic-string@^0.22.4:
39883988
dependencies:
39893989
vlq "^0.2.2"
39903990

3991+
magic-string@^0.25.1:
3992+
version "0.25.1"
3993+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.1.tgz#b1c248b399cd7485da0fe7385c2fc7011843266e"
3994+
integrity sha512-sCuTz6pYom8Rlt4ISPFn6wuFodbKMIHUMv4Qko9P17dpxb7s52KJTmRuZZqHdGmLCK9AOcDare039nRIcfdkEg==
3995+
dependencies:
3996+
sourcemap-codec "^1.4.1"
3997+
39913998
make-dir@^1.0.0:
39923999
version "1.3.0"
39934000
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -5706,12 +5713,12 @@ [email protected]:
57065713
is-module "^1.0.0"
57075714
resolve "^1.1.6"
57085715

5709-
rollup-plugin-replace@2.0.0:
5710-
version "2.0.0"
5711-
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-2.0.0.tgz#19074089c8ed57184b8cc64e967a03d095119277"
5712-
integrity sha512-pK9mTd/FNrhtBxcTBXoh0YOwRIShV0gGhv9qvUtNcXHxIMRZMXqfiZKVBmCRGp8/2DJRy62z2JUE7/5tP6WxOQ==
5716+
rollup-plugin-replace@2.1.0:
5717+
version "2.1.0"
5718+
resolved "https://registry.yarnpkg.com/rollup-plugin-replace/-/rollup-plugin-replace-2.1.0.tgz#f9c07a4a89a2f8be912ee54b3f0f68d91e9ed0ae"
5719+
integrity sha512-SxrAIgpH/B5/W4SeULgreOemxcpEgKs2gcD42zXw50bhqGWmcnlXneVInQpAqzA/cIly4bJrOpeelmB9p4YXSQ==
57135720
dependencies:
5714-
magic-string "^0.22.4"
5721+
magic-string "^0.25.1"
57155722
minimatch "^3.0.2"
57165723
rollup-pluginutils "^2.0.1"
57175724

@@ -6097,6 +6104,11 @@ source-map@^0.6.0, source-map@~0.6.1:
60976104
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
60986105
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
60996106

6107+
sourcemap-codec@^1.4.1:
6108+
version "1.4.3"
6109+
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.3.tgz#0ba615b73ec35112f63c2f2d9e7c3f87282b0e33"
6110+
integrity sha512-vFrY/x/NdsD7Yc8mpTJXuao9S8lq08Z/kOITHz6b7YbfI9xL8Spe5EvSQUHOI7SbpY8bRPr0U3kKSsPuqEGSfA==
6111+
61006112
spawn-command@^0.0.2-1:
61016113
version "0.0.2-1"
61026114
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"

0 commit comments

Comments
 (0)