Skip to content

Commit 9847ace

Browse files
author
Robert Jackson
committed
Migrate from ember-cli-uglify to ember-cli-babili.
1 parent fb44ed3 commit 9847ace

File tree

2 files changed

+193
-25
lines changed

2 files changed

+193
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"ember-cli-shims": "^1.1.0",
3434
"ember-cli-sri": "^2.1.0",
3535
"ember-cli-test-loader": "^2.1.0",
36-
"ember-cli-uglify": "^1.2.0",
3736
"ember-load-initializers": "^1.0.0",
3837
"ember-resolver": "^4.1.0",
3938
"ember-source": "~2.13.0-beta.2",
@@ -47,6 +46,7 @@
4746
"dependencies": {
4847
"broccoli-merge-trees": "^2.0.0",
4948
"bulma": "^0.3.1",
49+
"ember-cli-babili": "^0.1.0",
5050
"ember-d3": "^0.3.1",
5151
"ember-fetch": "^1.4.2",
5252
"ember-font-awesome": "^3.0.1",

yarn.lock

Lines changed: 192 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ babel-helper-define-map@^6.24.1:
433433
babel-types "^6.24.1"
434434
lodash "^4.2.0"
435435

436+
babel-helper-evaluate-path@^0.0.3:
437+
version "0.0.3"
438+
resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.0.3.tgz#1d103ac9d4a59e5d431842212f151785f7ac547b"
439+
436440
babel-helper-explode-assignable-expression@^6.24.1:
437441
version "6.24.1"
438442
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa"
@@ -441,6 +445,10 @@ babel-helper-explode-assignable-expression@^6.24.1:
441445
babel-traverse "^6.24.1"
442446
babel-types "^6.24.1"
443447

448+
babel-helper-flip-expressions@^0.0.2:
449+
version "0.0.2"
450+
resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.0.2.tgz#7bab2cf61162bc92703e9b298ef512bcf77d6787"
451+
444452
babel-helper-function-name@^6.24.1:
445453
version "6.24.1"
446454
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
@@ -465,6 +473,18 @@ babel-helper-hoist-variables@^6.24.1:
465473
babel-runtime "^6.22.0"
466474
babel-types "^6.24.1"
467475

476+
babel-helper-is-nodes-equiv@^0.0.1:
477+
version "0.0.1"
478+
resolved "https://registry.yarnpkg.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684"
479+
480+
babel-helper-is-void-0@^0.0.1:
481+
version "0.0.1"
482+
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.0.1.tgz#ed74553b883e68226ae45f989a99b02c190f105a"
483+
484+
babel-helper-mark-eval-scopes@^0.0.3:
485+
version "0.0.3"
486+
resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.0.3.tgz#902f75aeb537336edc35eb9f52b6f09db7785328"
487+
468488
babel-helper-optimise-call-expression@^6.24.1:
469489
version "6.24.1"
470490
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257"
@@ -490,6 +510,10 @@ babel-helper-remap-async-to-generator@^6.24.1:
490510
babel-traverse "^6.24.1"
491511
babel-types "^6.24.1"
492512

513+
babel-helper-remove-or-void@^0.0.1:
514+
version "0.0.1"
515+
resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.0.1.tgz#f602790e465acf2dfbe84fb3dd210c43a2dd7262"
516+
493517
babel-helper-replace-supers@^6.24.1:
494518
version "6.24.1"
495519
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a"
@@ -501,6 +525,10 @@ babel-helper-replace-supers@^6.24.1:
501525
babel-traverse "^6.24.1"
502526
babel-types "^6.24.1"
503527

528+
babel-helper-to-multiple-sequence-expressions@^0.0.4:
529+
version "0.0.4"
530+
resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.0.4.tgz#d94414b386b6286fbaad77f073dea9b34324b01c"
531+
504532
babel-helpers@^6.24.1:
505533
version "6.24.1"
506534
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
@@ -554,6 +582,71 @@ babel-plugin-member-expression-literals@^1.0.1:
554582
version "1.0.1"
555583
resolved "https://registry.yarnpkg.com/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz#cc5edb0faa8dc927170e74d6d1c02440021624d3"
556584

585+
babel-plugin-minify-builtins@^0.0.2:
586+
version "0.0.2"
587+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.0.2.tgz#f3be6121763c0c518d5ef82067cef4b615c9498c"
588+
dependencies:
589+
babel-helper-evaluate-path "^0.0.3"
590+
591+
babel-plugin-minify-constant-folding@^0.0.4:
592+
version "0.0.4"
593+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.0.4.tgz#b6e231026a6035e88ceadd206128d7db2b5c15e6"
594+
dependencies:
595+
babel-helper-evaluate-path "^0.0.3"
596+
jsesc "^2.4.0"
597+
598+
babel-plugin-minify-dead-code-elimination@^0.1.4:
599+
version "0.1.4"
600+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.1.4.tgz#18b6ecfab77c29caca061d8210fa3495001e4fa1"
601+
dependencies:
602+
babel-helper-mark-eval-scopes "^0.0.3"
603+
babel-helper-remove-or-void "^0.0.1"
604+
lodash.some "^4.6.0"
605+
606+
babel-plugin-minify-flip-comparisons@^0.0.2:
607+
version "0.0.2"
608+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.0.2.tgz#7d0953aa5876ede6118966bda9edecc63bf346ab"
609+
dependencies:
610+
babel-helper-is-void-0 "^0.0.1"
611+
612+
babel-plugin-minify-guarded-expressions@^0.0.4:
613+
version "0.0.4"
614+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.0.4.tgz#957104a760e6a7ffd967005a7a11621bb42fd11c"
615+
dependencies:
616+
babel-helper-flip-expressions "^0.0.2"
617+
618+
babel-plugin-minify-infinity@^0.0.3:
619+
version "0.0.3"
620+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.0.3.tgz#4cc99b61d12b434ce80ad675103335c589cba9a1"
621+
622+
babel-plugin-minify-mangle-names@^0.0.8:
623+
version "0.0.8"
624+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.0.8.tgz#1e2fea856dd742d5697aa26b427e41258a8c5b79"
625+
dependencies:
626+
babel-helper-mark-eval-scopes "^0.0.3"
627+
628+
babel-plugin-minify-numeric-literals@^0.0.1:
629+
version "0.0.1"
630+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.0.1.tgz#9597e6c31154d7daf3744d0bd417c144b275bd53"
631+
632+
babel-plugin-minify-replace@^0.0.1:
633+
version "0.0.1"
634+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.0.1.tgz#5d5aea7cb9899245248d1ee9ce7a2fe556a8facc"
635+
636+
babel-plugin-minify-simplify@^0.0.8:
637+
version "0.0.8"
638+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.0.8.tgz#597b23327bba4373fed1c51461a689bce9ff4979"
639+
dependencies:
640+
babel-helper-flip-expressions "^0.0.2"
641+
babel-helper-is-nodes-equiv "^0.0.1"
642+
babel-helper-to-multiple-sequence-expressions "^0.0.4"
643+
644+
babel-plugin-minify-type-constructors@^0.0.4:
645+
version "0.0.4"
646+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.0.4.tgz#52d8b623775107523227719ade2d0b7458758b5f"
647+
dependencies:
648+
babel-helper-is-void-0 "^0.0.1"
649+
557650
babel-plugin-property-literals@^1.0.1:
558651
version "1.0.1"
559652
resolved "https://registry.yarnpkg.com/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz#0252301900192980b1c118efea48ce93aab83336"
@@ -780,19 +873,67 @@ babel-plugin-transform-exponentiation-operator@^6.22.0:
780873
babel-plugin-syntax-exponentiation-operator "^6.8.0"
781874
babel-runtime "^6.22.0"
782875

876+
babel-plugin-transform-inline-consecutive-adds@^0.0.2:
877+
version "0.0.2"
878+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.0.2.tgz#a58fcecfc09c08fbf9373a5a3e70746c03d01fc1"
879+
880+
babel-plugin-transform-member-expression-literals@^6.8.1:
881+
version "6.8.1"
882+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.8.1.tgz#60b78cb2b814ac71dd6104ef51c496c62e877337"
883+
884+
babel-plugin-transform-merge-sibling-variables@^6.8.2:
885+
version "6.8.2"
886+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.8.2.tgz#498acd07481ab340c1bad8b726c2fad1b8f644e5"
887+
888+
babel-plugin-transform-minify-booleans@^6.8.0:
889+
version "6.8.0"
890+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.8.0.tgz#b1a48864a727847696b84eae36fa4d085a54b42b"
891+
dependencies:
892+
babel-runtime "^6.0.0"
893+
894+
babel-plugin-transform-property-literals@^6.8.1:
895+
version "6.8.1"
896+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.8.1.tgz#05ed01f6024820b18f1d0495c80fe287176bccd9"
897+
783898
babel-plugin-transform-regenerator@^6.22.0:
784899
version "6.24.1"
785900
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418"
786901
dependencies:
787902
regenerator-transform "0.9.11"
788903

904+
babel-plugin-transform-regexp-constructors@^0.0.6:
905+
version "0.0.6"
906+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.0.6.tgz#0d92607f0d26268296980cb7c1dea5f2dd3e1e20"
907+
908+
babel-plugin-transform-remove-console@^6.8.1:
909+
version "6.8.1"
910+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.8.1.tgz#38f6a6ca1581e76b75fc2c6fdcf909deadee7d6a"
911+
912+
babel-plugin-transform-remove-debugger@^6.8.1:
913+
version "6.8.1"
914+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.8.1.tgz#aabd0be107f8299094defe8e1ba8ccf4b114d07f"
915+
916+
babel-plugin-transform-remove-undefined@^0.0.5:
917+
version "0.0.5"
918+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.0.5.tgz#12ef11805e06e861dd2eb0c7cc041d2184b8f410"
919+
920+
babel-plugin-transform-simplify-comparison-operators@^6.8.1:
921+
version "6.8.1"
922+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.8.1.tgz#a307088e0d1c728081777fba568f4107396ab25c"
923+
789924
babel-plugin-transform-strict-mode@^6.24.1:
790925
version "6.24.1"
791926
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
792927
dependencies:
793928
babel-runtime "^6.22.0"
794929
babel-types "^6.24.1"
795930

931+
babel-plugin-transform-undefined-to-void@^6.8.0:
932+
version "6.8.0"
933+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.8.0.tgz#bc5b6b4908d3b1262170e67cb3963903ddce167e"
934+
dependencies:
935+
babel-runtime "^6.0.0"
936+
796937
babel-plugin-undeclared-variables-check@^1.0.2:
797938
version "1.0.2"
798939
resolved "https://registry.yarnpkg.com/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz#5cf1aa539d813ff64e99641290af620965f65dee"
@@ -811,6 +952,34 @@ babel-polyfill@^6.16.0:
811952
core-js "^2.4.0"
812953
regenerator-runtime "^0.10.0"
813954

955+
956+
version "0.0.12"
957+
resolved "https://registry.yarnpkg.com/babel-preset-babili/-/babel-preset-babili-0.0.12.tgz#74d79205d54feae6470bc84231da0b9ac9fc7de9"
958+
dependencies:
959+
babel-plugin-minify-builtins "^0.0.2"
960+
babel-plugin-minify-constant-folding "^0.0.4"
961+
babel-plugin-minify-dead-code-elimination "^0.1.4"
962+
babel-plugin-minify-flip-comparisons "^0.0.2"
963+
babel-plugin-minify-guarded-expressions "^0.0.4"
964+
babel-plugin-minify-infinity "^0.0.3"
965+
babel-plugin-minify-mangle-names "^0.0.8"
966+
babel-plugin-minify-numeric-literals "^0.0.1"
967+
babel-plugin-minify-replace "^0.0.1"
968+
babel-plugin-minify-simplify "^0.0.8"
969+
babel-plugin-minify-type-constructors "^0.0.4"
970+
babel-plugin-transform-inline-consecutive-adds "^0.0.2"
971+
babel-plugin-transform-member-expression-literals "^6.8.1"
972+
babel-plugin-transform-merge-sibling-variables "^6.8.2"
973+
babel-plugin-transform-minify-booleans "^6.8.0"
974+
babel-plugin-transform-property-literals "^6.8.1"
975+
babel-plugin-transform-regexp-constructors "^0.0.6"
976+
babel-plugin-transform-remove-console "^6.8.1"
977+
babel-plugin-transform-remove-debugger "^6.8.1"
978+
babel-plugin-transform-remove-undefined "^0.0.5"
979+
babel-plugin-transform-simplify-comparison-operators "^6.8.1"
980+
babel-plugin-transform-undefined-to-void "^6.8.0"
981+
lodash.isplainobject "^4.0.6"
982+
814983
babel-preset-env@^1.2.0:
815984
version "1.4.0"
816985
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.4.0.tgz#c8e02a3bcc7792f23cded68e0355b9d4c28f0f7a"
@@ -857,7 +1026,7 @@ babel-register@^6.24.1:
8571026
mkdirp "^0.5.1"
8581027
source-map-support "^0.4.2"
8591028

860-
babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0:
1029+
babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0:
8611030
version "6.23.0"
8621031
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
8631032
dependencies:
@@ -1271,7 +1440,7 @@ [email protected]:
12711440
rimraf "^2.3.4"
12721441
symlink-or-copy "^1.0.1"
12731442

1274-
broccoli-plugin@^1.0.0, broccoli-plugin@^1.2.0, broccoli-plugin@^1.2.1, broccoli-plugin@^1.3.0:
1443+
broccoli-plugin@^1.0.0, broccoli-plugin@^1.2.0, broccoli-plugin@^1.3.0:
12751444
version "1.3.0"
12761445
resolved "https://registry.yarnpkg.com/broccoli-plugin/-/broccoli-plugin-1.3.0.tgz#bee704a8e42da08cb58e513aaa436efb7f0ef1ee"
12771446
dependencies:
@@ -1327,20 +1496,6 @@ broccoli-templater@^1.0.0:
13271496
broccoli-stew "^1.2.0"
13281497
lodash.template "^3.3.2"
13291498

1330-
broccoli-uglify-sourcemap@^1.0.0:
1331-
version "1.5.2"
1332-
resolved "https://registry.yarnpkg.com/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-1.5.2.tgz#04f84ab0db539031fa868ccfa563c9932d50cedb"
1333-
dependencies:
1334-
broccoli-plugin "^1.2.1"
1335-
debug "^2.2.0"
1336-
lodash.merge "^4.5.1"
1337-
matcher-collection "^1.0.0"
1338-
mkdirp "^0.5.0"
1339-
source-map-url "^0.3.0"
1340-
symlink-or-copy "^1.0.1"
1341-
uglify-js "^2.7.0"
1342-
walk-sync "^0.1.3"
1343-
13441499
broccoli-writer@^0.1.1:
13451500
version "0.1.1"
13461501
resolved "https://registry.yarnpkg.com/broccoli-writer/-/broccoli-writer-0.1.1.tgz#d4d71aa8f2afbc67a3866b91a2da79084b96ab2d"
@@ -2162,6 +2317,13 @@ ember-cli-babel@^6.0.0-beta.3, ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6
21622317
clone "^2.0.0"
21632318
ember-cli-version-checker "^1.2.0"
21642319

2320+
ember-cli-babili@^0.1.0:
2321+
version "0.1.0"
2322+
resolved "https://registry.yarnpkg.com/ember-cli-babili/-/ember-cli-babili-0.1.0.tgz#03e2151ac47f1b8db6c117560a1fd5e0b00097bf"
2323+
dependencies:
2324+
babel-preset-babili "0.0.12"
2325+
broccoli-babel-transpiler "^6.0.0"
2326+
21652327
ember-cli-broccoli-sane-watcher@^2.0.4:
21662328
version "2.0.4"
21672329
resolved "https://registry.yarnpkg.com/ember-cli-broccoli-sane-watcher/-/ember-cli-broccoli-sane-watcher-2.0.4.tgz#f43f42f75b7509c212fb926cd9aea86ae19264c6"
@@ -2360,12 +2522,6 @@ ember-cli-test-loader@^2.0.0, ember-cli-test-loader@^2.1.0:
23602522
dependencies:
23612523
ember-cli-babel "^6.0.0-beta.7"
23622524

2363-
ember-cli-uglify@^1.2.0:
2364-
version "1.2.0"
2365-
resolved "https://registry.yarnpkg.com/ember-cli-uglify/-/ember-cli-uglify-1.2.0.tgz#3208c32b54bc2783056e8bb0d5cfe9bbaf17ffb2"
2366-
dependencies:
2367-
broccoli-uglify-sourcemap "^1.0.0"
2368-
23692525
ember-cli-valid-component-name@^1.0.0:
23702526
version "1.0.0"
23712527
resolved "https://registry.yarnpkg.com/ember-cli-valid-component-name/-/ember-cli-valid-component-name-1.0.0.tgz#71550ce387e0233065f30b30b1510aa2dfbe87ef"
@@ -3797,6 +3953,10 @@ jsesc@^1.3.0:
37973953
version "1.3.0"
37983954
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
37993955

3956+
jsesc@^2.4.0:
3957+
version "2.5.0"
3958+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.0.tgz#ce895de28feb034dcbf55fbeeabbcaeb63d73086"
3959+
38003960
jsesc@~0.5.0:
38013961
version "0.5.0"
38023962
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -4039,6 +4199,10 @@ lodash.isplainobject@^3.0.0:
40394199
lodash.isarguments "^3.0.0"
40404200
lodash.keysin "^3.0.0"
40414201

4202+
lodash.isplainobject@^4.0.6:
4203+
version "4.0.6"
4204+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
4205+
40424206
lodash.istypedarray@^3.0.0:
40434207
version "3.0.6"
40444208
resolved "https://registry.yarnpkg.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62"
@@ -4074,7 +4238,7 @@ lodash.merge@^3.3.2:
40744238
lodash.keysin "^3.0.0"
40754239
lodash.toplainobject "^3.0.0"
40764240

4077-
lodash.merge@^4.3.0, lodash.merge@^4.4.0, lodash.merge@^4.5.1:
4241+
lodash.merge@^4.3.0, lodash.merge@^4.4.0:
40784242
version "4.6.0"
40794243
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
40804244

@@ -4086,6 +4250,10 @@ lodash.restparam@^3.0.0:
40864250
version "3.6.1"
40874251
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
40884252

4253+
lodash.some@^4.6.0:
4254+
version "4.6.0"
4255+
resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
4256+
40894257
lodash.template@^3.3.2:
40904258
version "3.6.2"
40914259
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz#f8cdecc6169a255be9098ae8b0c53d378931d14f"
@@ -5602,7 +5770,7 @@ uc.micro@^1.0.0, uc.micro@^1.0.1, uc.micro@^1.0.3:
56025770
version "1.0.3"
56035771
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.3.tgz#7ed50d5e0f9a9fb0a573379259f2a77458d50192"
56045772

5605-
uglify-js@^2.6, uglify-js@^2.7.0:
5773+
uglify-js@^2.6:
56065774
version "2.8.22"
56075775
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.22.tgz#d54934778a8da14903fa29a326fb24c0ab51a1a0"
56085776
dependencies:

0 commit comments

Comments
 (0)