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 6161 },
6262 "dependencies" : {
6363 "async-unist-util-visit" : " ^1.0.0" ,
64+ "babel-plugin-transform-runtime" : " ^6.23.0" ,
6465 "cheerio" : " ^1.0.0-rc.2" ,
6566 "parse-numeric-range" : " ^0.0.2" ,
6667 "request" : " ^2.87.0" ,
9091 ],
9192 "plugins" : [
9293 " add-module-exports" ,
94+ " transform-runtime" ,
9395 " transform-object-rest-spread"
9496 ]
9597 },
Original file line number Diff line number Diff line change @@ -832,6 +832,12 @@ babel-plugin-transform-regenerator@^6.22.0:
832832 dependencies :
833833 regenerator-transform "^0.10.0"
834834
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+
835841babel-plugin-transform-strict-mode@^6.24.1 :
836842 version "6.24.1"
837843 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