Skip to content

Commit e972500

Browse files
pmadargaearon
authored andcommitted
Remove unnecessary dependencies(facebook#751) (facebook#2283)
* Remove unnecessary dependencies(facebook#751) * Sort alphabetically
1 parent af87e2e commit e972500

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
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",

scripts/eject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const path = require('path');
2121
const execSync = require('child_process').execSync;
2222
const spawnSync = require('cross-spawn').sync;
2323
const chalk = require('chalk');
24-
const inquirer = require('inquirer');
2524
const paths = require('../config/paths');
2625
const createJestConfig = require('./utils/createJestConfig');
26+
const inquirer = require('react-dev-utils/inquirer');
2727

2828
const green = chalk.green;
2929
const cyan = chalk.cyan;

0 commit comments

Comments
 (0)