Update detect-port (#1861)

Previous changes caused `detect-port` to pick random port on app startup. Update fixes this regression, `detect-port` pick next available port instead.
This commit is contained in:
Andrej Badin
2017-03-22 23:04:52 +01:00
committed by Joe Haddad
parent 0d4d59f73e
commit bc6fc95055

View File

@@ -33,7 +33,7 @@
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.2",
"detect-port": "1.1.0",
"detect-port": "1.1.1",
"dotenv": "2.0.0",
"eslint": "3.16.1",
"eslint-config-react-app": "^0.6.1",