Skip to content

Commit

Permalink
Bump babel-plugin-minify-type-constructors from 0.2.0 to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 19, 2019
1 parent 3af797c commit 034320e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
22 changes: 10 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"babel-plugin-minify-mangle-names": "^0.2.0",
"babel-plugin-minify-replace": "^0.2.0",
"babel-plugin-minify-simplify": "^0.5.0",
"babel-plugin-minify-type-constructors": "^0.2.0",
"babel-plugin-minify-type-constructors": "^0.4.3",
"babel-plugin-transform-inline-consecutive-adds": "^0.2.0",
"babel-plugin-transform-member-expression-literals": "^6.8.5",
"babel-plugin-transform-merge-sibling-variables": "^6.8.6",
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ babel-helper-is-void-0@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.2.0.tgz#6ed0ada8a9b1c5b6e88af6b47c1b3b5c080860eb"

babel-helper-is-void-0@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e"

babel-helper-mark-eval-scopes@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.1.1.tgz#4554345edf9f2549427bd2098e530253f8af2992"
Expand Down Expand Up @@ -571,11 +575,11 @@ babel-plugin-minify-type-constructors@^0.1.2:
dependencies:
babel-helper-is-void-0 "^0.1.1"

babel-plugin-minify-type-constructors@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.2.0.tgz#7f3b6458be0863cfd59e9985bed6d134aa7a2e17"
babel-plugin-minify-type-constructors@^0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz#1bc6f15b87f7ab1085d42b330b717657a2156500"
dependencies:
babel-helper-is-void-0 "^0.2.0"
babel-helper-is-void-0 "^0.4.3"

babel-plugin-syntax-async-functions@^6.8.0:
version "6.13.0"
Expand Down

0 comments on commit 034320e

Please sign in to comment.