Skip to content

Commit dff2ca1

Browse files
chore(deps): update dependency babel-plugin-add-module-exports to v1 (#211)
1 parent 6d378c8 commit dff2ca1

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/preset-typescript": "7.0.0",
4343
"@types/jest": "23.3.2",
4444
"babel-eslint": "9.0.0",
45-
"babel-plugin-add-module-exports": "0.2.1",
45+
"babel-plugin-add-module-exports": "1.0.0",
4646
"babel-plugin-dev-expression": "0.2.1",
4747
"concurrently": "4.0.1",
4848
"eslint": "5.5.0",

yarn.lock

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,11 @@ babel-messages@^6.23.0:
11011101
dependencies:
11021102
babel-runtime "^6.22.0"
11031103

1104-
1105-
version "0.2.1"
1106-
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25"
1104+
1105+
version "1.0.0"
1106+
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.0.tgz#72b5424d941a336c6a35357f373d8b8366263031"
1107+
optionalDependencies:
1108+
chokidar "^2.0.4"
11071109

11081110
11091111
version "0.2.1"
@@ -1504,6 +1506,25 @@ chokidar@^2.0.3:
15041506
optionalDependencies:
15051507
fsevents "^1.1.2"
15061508

1509+
chokidar@^2.0.4:
1510+
version "2.0.4"
1511+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26"
1512+
dependencies:
1513+
anymatch "^2.0.0"
1514+
async-each "^1.0.0"
1515+
braces "^2.3.0"
1516+
glob-parent "^3.1.0"
1517+
inherits "^2.0.1"
1518+
is-binary-path "^1.0.0"
1519+
is-glob "^4.0.0"
1520+
lodash.debounce "^4.0.8"
1521+
normalize-path "^2.1.1"
1522+
path-is-absolute "^1.0.0"
1523+
readdirp "^2.0.0"
1524+
upath "^1.0.5"
1525+
optionalDependencies:
1526+
fsevents "^1.2.2"
1527+
15071528
chownr@^1.0.1, chownr@~1.0.1:
15081529
version "1.0.1"
15091530
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
@@ -2778,7 +2799,7 @@ fsevents@^1.1.2:
27782799
nan "^2.9.2"
27792800
node-pre-gyp "^0.9.0"
27802801

2781-
fsevents@^1.2.3:
2802+
fsevents@^1.2.2, fsevents@^1.2.3:
27822803
version "1.2.4"
27832804
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426"
27842805
dependencies:
@@ -4444,6 +4465,10 @@ lodash.clonedeep@~4.5.0:
44444465
version "4.5.0"
44454466
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
44464467

4468+
lodash.debounce@^4.0.8:
4469+
version "4.0.8"
4470+
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
4471+
44474472
lodash.escaperegexp@^4.1.2:
44484473
version "4.1.2"
44494474
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
@@ -7272,6 +7297,10 @@ upath@^1.0.0:
72727297
version "1.0.5"
72737298
resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.5.tgz#02cab9ecebe95bbec6d5fc2566325725ab6d1a73"
72747299

7300+
upath@^1.0.5:
7301+
version "1.1.0"
7302+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
7303+
72757304
update-notifier@^2.3.0, update-notifier@^2.5.0:
72767305
version "2.5.0"
72777306
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6"

0 commit comments

Comments
 (0)