File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 61
61
},
62
62
"dependencies" : {
63
63
"async-unist-util-visit" : " ^1.0.0" ,
64
+ "babel-plugin-transform-runtime" : " ^6.23.0" ,
64
65
"cheerio" : " ^1.0.0-rc.2" ,
65
66
"parse-numeric-range" : " ^0.0.2" ,
66
67
"request" : " ^2.87.0" ,
90
91
],
91
92
"plugins" : [
92
93
" add-module-exports" ,
94
+ " transform-runtime" ,
93
95
" transform-object-rest-spread"
94
96
]
95
97
},
Original file line number Diff line number Diff line change @@ -832,6 +832,12 @@ babel-plugin-transform-regenerator@^6.22.0:
832
832
dependencies :
833
833
regenerator-transform "^0.10.0"
834
834
835
+ babel-plugin-transform-runtime@^6.23.0 :
836
+ version "6.23.0"
837
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
838
+ dependencies :
839
+ babel-runtime "^6.22.0"
840
+
835
841
babel-plugin-transform-strict-mode@^6.24.1 :
836
842
version "6.24.1"
837
843
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
You can’t perform that action at this time.
0 commit comments