File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"plugins" : [
3
3
" transform-object-rest-spread" ,
4
- " transform-flow-strip-types"
4
+ " transform-flow-strip-types" ,
5
+ [" transform-runtime" , { "polyfill" : false }]
5
6
],
6
7
"presets" : [
7
8
[" env" , {
Original file line number Diff line number Diff line change 22
22
},
23
23
"homepage" : " https://github.com/nodkz/graphql-compose-elasticsearch#readme" ,
24
24
"dependencies" : {
25
+ "babel-runtime" : " ^6.23.0" ,
25
26
"dox" : " ^0.9.0"
26
27
},
27
28
"peerDependencies" : {
33
34
"babel-eslint" : " ^7.2.3" ,
34
35
"babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
35
36
"babel-plugin-transform-object-rest-spread" : " ^6.22.0" ,
37
+ "babel-plugin-transform-runtime" : " ^6.23.0" ,
36
38
"babel-preset-env" : " ^1.5.1" ,
37
39
"cz-conventional-changelog" : " ^2.0.0" ,
38
40
"elasticsearch" : " ^13.0.1" ,
Original file line number Diff line number Diff line change @@ -706,6 +706,12 @@ babel-plugin-transform-regenerator@^6.22.0:
706
706
dependencies :
707
707
regenerator-transform "0.9.8"
708
708
709
+ babel-plugin-transform-runtime@^6.23.0 :
710
+ version "6.23.0"
711
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-runtime/-/babel-plugin-transform-runtime-6.23.0.tgz#88490d446502ea9b8e7efb0fe09ec4d99479b1ee"
712
+ dependencies :
713
+ babel-runtime "^6.22.0"
714
+
709
715
babel-plugin-transform-strict-mode@^6.22.0 :
710
716
version "6.22.0"
711
717
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.22.0.tgz#e008df01340fdc87e959da65991b7e05970c8c7c"
You can’t perform that action at this time.
0 commit comments