File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 58
58
"rollup-plugin-babel" : " 4.0.3" ,
59
59
"rollup-plugin-commonjs" : " 9.1.8" ,
60
60
"rollup-plugin-node-resolve" : " 3.4.0" ,
61
- "rollup-plugin-replace" : " 2.0 .0" ,
61
+ "rollup-plugin-replace" : " 2.1 .0" ,
62
62
"rollup-plugin-terser" : " 3.0.0" ,
63
63
"semantic-release" : " 15.9.17" ,
64
64
"tslint" : " 5.11.0" ,
Original file line number Diff line number Diff line change @@ -3988,6 +3988,13 @@ magic-string@^0.22.4:
3988
3988
dependencies :
3989
3989
vlq "^0.2.2"
3990
3990
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
+
3991
3998
make-dir@^1.0.0 :
3992
3999
version "1.3.0"
3993
4000
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
5706
5713
is-module "^1.0.0"
5707
5714
resolve "^1.1.6"
5708
5715
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 ==
5713
5720
dependencies :
5714
- magic-string "^0.22.4 "
5721
+ magic-string "^0.25.1 "
5715
5722
minimatch "^3.0.2"
5716
5723
rollup-pluginutils "^2.0.1"
5717
5724
@@ -6097,6 +6104,11 @@ source-map@^0.6.0, source-map@~0.6.1:
6097
6104
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
6098
6105
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
6099
6106
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
+
6100
6112
spawn-command@^0.0.2-1 :
6101
6113
version "0.0.2-1"
6102
6114
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
You can’t perform that action at this time.
0 commit comments