Skip to content

Commit 6bbde3c

Browse files
committed
1 parent 207c28f commit 6bbde3c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

babel.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const plugins = [
4141
* TODO use externalHelpers instead of inlineHelpers,
4242
* but we have to wait for this bug to be fixed:
4343
* @link https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/62
44+
* @link https://github.com/rpetrich/babel-plugin-transform-async-to-promises/issues/78
4445
*/
4546
externalHelpers: false,
4647
inlineHelpers: true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@types/object-path": "0.11.1",
107107
"@types/pouchdb-core": "7.0.9",
108108
"@types/spark-md5": "3.0.2",
109-
"babel-plugin-transform-async-to-promises": "0.8.17",
109+
"babel-plugin-transform-async-to-promises": "0.8.18",
110110
"broadcast-channel": "4.9.0",
111111
"clone": "^2.1.2",
112112
"cors": "2.8.5",

0 commit comments

Comments
 (0)