Skip to content

Commit 4be0ff7

Browse files
authored
Merge pull request #11662 from vector-im/t3chguy/remove_bluebird_import
Remove babel-plugin-transform-async-to-bluebird
2 parents e5fcbd1 + 6f06716 commit 4be0ff7

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"babel-loader": "^7.1.5",
9292
"babel-plugin-add-module-exports": "^0.2.1",
9393
"babel-plugin-syntax-dynamic-import": "^6.18.0",
94-
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
9594
"babel-plugin-transform-builtin-extend": "^1.1.2",
9695
"babel-plugin-transform-class-properties": "^6.24.1",
9796
"babel-plugin-transform-object-rest-spread": "^6.26.0",

yarn.lock

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ babel-helper-explode-class@^6.24.1:
914914
babel-traverse "^6.24.1"
915915
babel-types "^6.24.1"
916916

917-
babel-helper-function-name@^6.24.1, babel-helper-function-name@^6.8.0:
917+
babel-helper-function-name@^6.24.1:
918918
version "6.24.1"
919919
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9"
920920
integrity sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=
@@ -1076,16 +1076,6 @@ babel-plugin-transform-async-generator-functions@^6.24.1:
10761076
babel-plugin-syntax-async-generators "^6.5.0"
10771077
babel-runtime "^6.22.0"
10781078

1079-
babel-plugin-transform-async-to-bluebird@^1.1.1:
1080-
version "1.1.1"
1081-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-bluebird/-/babel-plugin-transform-async-to-bluebird-1.1.1.tgz#46ea3e7c5af629782ac9f1ed1b7cd38f8425afd4"
1082-
integrity sha1-Ruo+fFr2KXgqyfHtG3zTj4Qlr9Q=
1083-
dependencies:
1084-
babel-helper-function-name "^6.8.0"
1085-
babel-plugin-syntax-async-functions "^6.8.0"
1086-
babel-template "^6.9.0"
1087-
babel-traverse "^6.10.4"
1088-
10891079
babel-plugin-transform-async-to-generator@^6.24.1:
10901080
version "6.24.1"
10911081
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
@@ -1508,7 +1498,7 @@ babel-runtime@^6.0.0, babel-runtime@^6.18.0, babel-runtime@^6.2.0, babel-runtime
15081498
core-js "^2.4.0"
15091499
regenerator-runtime "^0.11.0"
15101500

1511-
babel-template@^6.24.1, babel-template@^6.26.0, babel-template@^6.3.0, babel-template@^6.9.0:
1501+
babel-template@^6.24.1, babel-template@^6.26.0, babel-template@^6.3.0:
15121502
version "6.26.0"
15131503
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02"
15141504
integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=
@@ -1519,7 +1509,7 @@ babel-template@^6.24.1, babel-template@^6.26.0, babel-template@^6.3.0, babel-tem
15191509
babylon "^6.18.0"
15201510
lodash "^4.17.4"
15211511

1522-
babel-traverse@^6.10.4, babel-traverse@^6.24.1, babel-traverse@^6.26.0:
1512+
babel-traverse@^6.24.1, babel-traverse@^6.26.0:
15231513
version "6.26.0"
15241514
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee"
15251515
integrity sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=

0 commit comments

Comments
 (0)