Skip to content

Commit d578667

Browse files
chore(deps): update dependency babel-plugin-add-module-exports to v0.3.3
1 parent 93d5760 commit d578667

File tree

2 files changed

+111
-5
lines changed

2 files changed

+111
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-core": "7.0.0-bridge.0",
4242
"babel-eslint": "8.2.2",
4343
"babel-jest": "22.4.1",
44-
"babel-plugin-add-module-exports": "0.2.1",
44+
"babel-plugin-add-module-exports": "0.3.3",
4545
"babel-preset-react-app": "next",
4646
"codecov": "3.0.0",
4747
"enzyme": "3.3.0",

yarn.lock

Lines changed: 110 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,11 @@ async-each@^1.0.0:
16271627
version "1.0.1"
16281628
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
16291629

1630+
async-each@^1.0.1:
1631+
version "1.0.3"
1632+
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
1633+
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
1634+
16301635
async-limiter@~1.0.0:
16311636
version "1.0.0"
16321637
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
@@ -1932,9 +1937,12 @@ babel-messages@^6.23.0:
19321937
dependencies:
19331938
babel-runtime "^6.22.0"
19341939

1935-
babel-plugin-add-module-exports@0.2.1:
1936-
version "0.2.1"
1937-
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25"
1940+
babel-plugin-add-module-exports@0.3.3:
1941+
version "0.3.3"
1942+
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.3.3.tgz#b9f7c0a93b989170dce07c3e97071a905a13fc29"
1943+
integrity sha512-hC37mm7aAdEb1n8SgggG8a1QuhZapsY/XLCi4ETSH6AVjXBCWEa50CXlOsAMPPWLnSx5Ns6mzz39uvuseh0Xjg==
1944+
optionalDependencies:
1945+
chokidar "^2.0.4"
19381946

19391947
babel-plugin-check-es2015-constants@^6.22.0:
19401948
version "6.22.0"
@@ -2733,6 +2741,13 @@ binary-extensions@^1.0.0:
27332741
version "1.11.0"
27342742
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.11.0.tgz#46aa1751fb6a2f93ee5e689bb1087d4b14c6c205"
27352743

2744+
bindings@^1.5.0:
2745+
version "1.5.0"
2746+
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
2747+
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
2748+
dependencies:
2749+
file-uri-to-path "1.0.0"
2750+
27362751
bl@~0.9.4:
27372752
version "0.9.5"
27382753
resolved "https://registry.yarnpkg.com/bl/-/bl-0.9.5.tgz#c06b797af085ea00bc527afc8efcf11de2232054"
@@ -2836,6 +2851,22 @@ braces@^2.3.0, braces@^2.3.1:
28362851
split-string "^3.0.2"
28372852
to-regex "^3.0.1"
28382853

2854+
braces@^2.3.2:
2855+
version "2.3.2"
2856+
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
2857+
integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
2858+
dependencies:
2859+
arr-flatten "^1.1.0"
2860+
array-unique "^0.3.2"
2861+
extend-shallow "^2.0.1"
2862+
fill-range "^4.0.0"
2863+
isobject "^3.0.1"
2864+
repeat-element "^1.1.2"
2865+
snapdragon "^0.8.1"
2866+
snapdragon-node "^2.0.1"
2867+
split-string "^3.0.2"
2868+
to-regex "^3.0.1"
2869+
28392870
brcast@^3.0.0:
28402871
version "3.0.1"
28412872
resolved "https://registry.yarnpkg.com/brcast/-/brcast-3.0.1.tgz#6256a8349b20de9eed44257a9b24d71493cd48dd"
@@ -3120,6 +3151,25 @@ chokidar@^2.0.2:
31203151
optionalDependencies:
31213152
fsevents "^1.0.0"
31223153

3154+
chokidar@^2.0.4:
3155+
version "2.1.8"
3156+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
3157+
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
3158+
dependencies:
3159+
anymatch "^2.0.0"
3160+
async-each "^1.0.1"
3161+
braces "^2.3.2"
3162+
glob-parent "^3.1.0"
3163+
inherits "^2.0.3"
3164+
is-binary-path "^1.0.0"
3165+
is-glob "^4.0.0"
3166+
normalize-path "^3.0.0"
3167+
path-is-absolute "^1.0.0"
3168+
readdirp "^2.2.1"
3169+
upath "^1.1.1"
3170+
optionalDependencies:
3171+
fsevents "^1.2.7"
3172+
31233173
chownr@^1.0.1:
31243174
version "1.0.1"
31253175
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
@@ -4610,6 +4660,11 @@ file-loader@^1.1.6:
46104660
loader-utils "^1.0.2"
46114661
schema-utils "^0.4.5"
46124662

4663+
file-uri-to-path@1.0.0:
4664+
version "1.0.0"
4665+
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
4666+
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
4667+
46134668
filename-regex@^2.0.0:
46144669
version "2.0.1"
46154670
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
@@ -4792,6 +4847,14 @@ fsevents@^1.0.0, fsevents@^1.1.1:
47924847
nan "^2.3.0"
47934848
node-pre-gyp "^0.6.39"
47944849

4850+
fsevents@^1.2.7:
4851+
version "1.2.13"
4852+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
4853+
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
4854+
dependencies:
4855+
bindings "^1.5.0"
4856+
nan "^2.12.1"
4857+
47954858
fstream-ignore@^1.0.5:
47964859
version "1.0.5"
47974860
resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105"
@@ -6641,6 +6704,25 @@ micromatch@^2.1.5, micromatch@^2.3.11:
66416704
parse-glob "^3.0.4"
66426705
regex-cache "^0.4.2"
66436706

6707+
micromatch@^3.1.10:
6708+
version "3.1.10"
6709+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
6710+
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
6711+
dependencies:
6712+
arr-diff "^4.0.0"
6713+
array-unique "^0.3.2"
6714+
braces "^2.3.1"
6715+
define-property "^2.0.2"
6716+
extend-shallow "^3.0.2"
6717+
extglob "^2.0.4"
6718+
fragment-cache "^0.2.1"
6719+
kind-of "^6.0.2"
6720+
nanomatch "^1.2.9"
6721+
object.pick "^1.3.0"
6722+
regex-not "^1.0.0"
6723+
snapdragon "^0.8.1"
6724+
to-regex "^3.0.2"
6725+
66446726
micromatch@^3.1.4, micromatch@^3.1.8:
66456727
version "3.1.9"
66466728
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.9.tgz#15dc93175ae39e52e93087847096effc73efcf89"
@@ -6781,6 +6863,11 @@ mute-stream@0.0.7, mute-stream@~0.0.4:
67816863
version "0.0.7"
67826864
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
67836865

6866+
nan@^2.12.1:
6867+
version "2.17.0"
6868+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
6869+
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
6870+
67846871
nan@^2.3.0:
67856872
version "2.10.0"
67866873
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
@@ -6954,6 +7041,11 @@ normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1:
69547041
dependencies:
69557042
remove-trailing-separator "^1.0.1"
69567043

7044+
normalize-path@^3.0.0:
7045+
version "3.0.0"
7046+
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
7047+
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
7048+
69577049
normalize-range@^0.1.2:
69587050
version "0.1.2"
69597051
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
@@ -8165,6 +8257,15 @@ readdirp@^2.0.0:
81658257
readable-stream "^2.0.2"
81668258
set-immediate-shim "^1.0.1"
81678259

8260+
readdirp@^2.2.1:
8261+
version "2.2.1"
8262+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
8263+
integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
8264+
dependencies:
8265+
graceful-fs "^4.1.11"
8266+
micromatch "^3.1.10"
8267+
readable-stream "^2.0.2"
8268+
81688269
realpath-native@^1.0.0:
81698270
version "1.0.0"
81708271
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.0.0.tgz#7885721a83b43bd5327609f0ddecb2482305fdf0"
@@ -9218,7 +9319,7 @@ to-regex-range@^2.1.0:
92189319
is-number "^3.0.0"
92199320
repeat-string "^1.6.1"
92209321

9221-
to-regex@^3.0.1:
9322+
to-regex@^3.0.1, to-regex@^3.0.2:
92229323
version "3.0.2"
92239324
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
92249325
dependencies:
@@ -9417,6 +9518,11 @@ upath@^1.0.0:
94179518
version "1.0.4"
94189519
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
94199520

9521+
upath@^1.1.1:
9522+
version "1.2.0"
9523+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
9524+
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
9525+
94209526
upper-case@^1.1.1:
94219527
version "1.1.3"
94229528
resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"

0 commit comments

Comments
 (0)