File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 29
29
"strip-indent" : " ^3.0.0"
30
30
},
31
31
"devDependencies" : {
32
- "@babel/core" : " ^7.9.0 " ,
33
- "@babel/plugin-proposal-async-generator-functions" : " ^7.8.3 " ,
34
- "@babel/plugin-syntax-jsx" : " ^7.8.3 " ,
35
- "@babel/plugin-syntax-typescript" : " ^7.8.3 " ,
36
- "@babel/plugin-transform-async-to-generator" : " ^7.8.3 " ,
37
- "@babel/preset-env" : " ^7.9.0 " ,
38
- "kcd-scripts" : " ^5.6.0 "
32
+ "@babel/core" : " ^7.11.6 " ,
33
+ "@babel/plugin-proposal-async-generator-functions" : " ^7.10.5 " ,
34
+ "@babel/plugin-syntax-jsx" : " ^7.10.4 " ,
35
+ "@babel/plugin-syntax-typescript" : " ^7.10.4 " ,
36
+ "@babel/plugin-transform-async-to-generator" : " ^7.10.4 " ,
37
+ "@babel/preset-env" : " ^7.11.5 " ,
38
+ "kcd-scripts" : " ^6.5.1 "
39
39
},
40
40
"peerDependencies" : {
41
- "@babel/core" : " ^7.9.0 "
41
+ "@babel/core" : " ^7.11.6 "
42
42
},
43
43
"eslintConfig" : {
44
44
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change @@ -470,4 +470,5 @@ eslint
470
470
jest/valid-title: off,
471
471
jest/no-export: off,
472
472
jest/no-try-expect: off,
473
+ jest/no-conditional-expect: off,
473
474
*/
You can’t perform that action at this time.
0 commit comments