Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 034320e

Browse files
Bump babel-plugin-minify-type-constructors from 0.2.0 to 0.4.3
Bumps [babel-plugin-minify-type-constructors](https://github.com/babel/minify) from 0.2.0 to 0.4.3. - [Release notes](https://github.com/babel/minify/releases) - [Changelog](https://github.com/babel/minify/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/minify/compare/babel-plugin-minify-type-constructors@0.2.0...babel-plugin-minify-type-constructors@0.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 3af797c commit 034320e

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

package-lock.json

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-plugin-minify-mangle-names": "^0.2.0",
4646
"babel-plugin-minify-replace": "^0.2.0",
4747
"babel-plugin-minify-simplify": "^0.5.0",
48-
"babel-plugin-minify-type-constructors": "^0.2.0",
48+
"babel-plugin-minify-type-constructors": "^0.4.3",
4949
"babel-plugin-transform-inline-consecutive-adds": "^0.2.0",
5050
"babel-plugin-transform-member-expression-literals": "^6.8.5",
5151
"babel-plugin-transform-merge-sibling-variables": "^6.8.6",

yarn.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,10 @@ babel-helper-is-void-0@^0.2.0:
369369
version "0.2.0"
370370
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.2.0.tgz#6ed0ada8a9b1c5b6e88af6b47c1b3b5c080860eb"
371371

372+
babel-helper-is-void-0@^0.4.3:
373+
version "0.4.3"
374+
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e"
375+
372376
babel-helper-mark-eval-scopes@^0.1.1:
373377
version "0.1.1"
374378
resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.1.1.tgz#4554345edf9f2549427bd2098e530253f8af2992"
@@ -571,11 +575,11 @@ babel-plugin-minify-type-constructors@^0.1.2:
571575
dependencies:
572576
babel-helper-is-void-0 "^0.1.1"
573577

574-
babel-plugin-minify-type-constructors@^0.2.0:
575-
version "0.2.0"
576-
resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.2.0.tgz#7f3b6458be0863cfd59e9985bed6d134aa7a2e17"
578+
babel-plugin-minify-type-constructors@^0.4.3:
579+
version "0.4.3"
580+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.4.3.tgz#1bc6f15b87f7ab1085d42b330b717657a2156500"
577581
dependencies:
578-
babel-helper-is-void-0 "^0.2.0"
582+
babel-helper-is-void-0 "^0.4.3"
579583

580584
babel-plugin-syntax-async-functions@^6.8.0:
581585
version "6.13.0"

0 commit comments

Comments
 (0)