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 45
45
"file-loader" : " 0.11.1" ,
46
46
"fs-extra" : " 3.0.1" ,
47
47
"html-webpack-plugin" : " 2.28.0" ,
48
- "inquirer" : " 3.0.6" ,
49
48
"jest" : " 20.0.3" ,
50
49
"object-assign" : " 4.1.1" ,
51
50
"postcss-flexbugs-fixes" : " 3.0.0" ,
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ const path = require('path');
21
21
const execSync = require ( 'child_process' ) . execSync ;
22
22
const spawnSync = require ( 'cross-spawn' ) . sync ;
23
23
const chalk = require ( 'chalk' ) ;
24
- const inquirer = require ( 'inquirer' ) ;
25
24
const paths = require ( '../config/paths' ) ;
26
25
const createJestConfig = require ( './utils/createJestConfig' ) ;
26
+ const inquirer = require ( 'react-dev-utils/inquirer' ) ;
27
27
28
28
const green = chalk . green ;
29
29
const cyan = chalk . cyan ;
You can’t perform that action at this time.
0 commit comments