File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "strip-indent" : " ^3.0.0"
3030 },
3131 "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 "
3939 },
4040 "peerDependencies" : {
41- "@babel/core" : " ^7.9.0 "
41+ "@babel/core" : " ^7.11.6 "
4242 },
4343 "eslintConfig" : {
4444 "extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change @@ -470,4 +470,5 @@ eslint
470470 jest/valid-title: off,
471471 jest/no-export: off,
472472 jest/no-try-expect: off,
473+ jest/no-conditional-expect: off,
473474*/
You can’t perform that action at this time.
0 commit comments