File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4545 "file-loader" : " 0.11.1" ,
4646 "fs-extra" : " 3.0.1" ,
4747 "html-webpack-plugin" : " 2.28.0" ,
48- "inquirer" : " 3.0.6" ,
4948 "jest" : " 20.0.3" ,
5049 "object-assign" : " 4.1.1" ,
5150 "postcss-flexbugs-fixes" : " 3.0.0" ,
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ const path = require('path');
2121const execSync = require ( 'child_process' ) . execSync ;
2222const spawnSync = require ( 'cross-spawn' ) . sync ;
2323const chalk = require ( 'chalk' ) ;
24- const inquirer = require ( 'inquirer' ) ;
2524const paths = require ( '../config/paths' ) ;
2625const createJestConfig = require ( './utils/createJestConfig' ) ;
26+ const inquirer = require ( 'react-dev-utils/inquirer' ) ;
2727
2828const green = chalk . green ;
2929const cyan = chalk . cyan ;
You can’t perform that action at this time.
0 commit comments