File tree 3 files changed +1098
-1963
lines changed
3 files changed +1098
-1963
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = api => ({
4
4
'@4c' ,
5
5
{
6
6
target : 'web' ,
7
+ targets : { } ,
7
8
modules : api . env ( ) === 'esm' ? false : 'commonjs' ,
8
9
} ,
9
10
] ,
Original file line number Diff line number Diff line change 51
51
"@types/relay-runtime" : " >=4.0.0"
52
52
},
53
53
"devDependencies" : {
54
- "@4c/babel-preset" : " ^9.1.0 " ,
55
- "@4c/jest-preset" : " ^1.7.0 " ,
56
- "@4c/rollout" : " ^3.0.1 " ,
54
+ "@4c/babel-preset" : " ^8.0.1 " ,
55
+ "@4c/jest-preset" : " ^1.5.3 " ,
56
+ "@4c/rollout" : " ^2.1.11 " ,
57
57
"@4c/tsconfig" : " ^0.3.1" ,
58
- "@babel/cli" : " ^7.16.8 " ,
59
- "@babel/core" : " ^7.16.12 " ,
60
- "@babel/preset-typescript" : " ^7.16.7 " ,
58
+ "@babel/cli" : " ^7.12.1 " ,
59
+ "@babel/core" : " ^7.12.3 " ,
60
+ "@babel/preset-typescript" : " ^7.12.1 " ,
61
61
"@types/enzyme" : " ^3.10.8" ,
62
62
"@types/graphql-relay" : " ^0.6.0" ,
63
63
"@types/invariant" : " ^2.2.34" ,
You can’t perform that action at this time.
0 commit comments