Commit bc6fc950 authored by Andrej Badin's avatar Andrej Badin Committed by Joe Haddad
Browse files

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.
parent 0d4d59f7
Showing with 1 addition and 1 deletion
+1 -1
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"connect-history-api-fallback": "1.3.0", "connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2", "cross-spawn": "4.0.2",
"css-loader": "0.26.2", "css-loader": "0.26.2",
"detect-port": "1.1.0", "detect-port": "1.1.1",
"dotenv": "2.0.0", "dotenv": "2.0.0",
"eslint": "3.16.1", "eslint": "3.16.1",
"eslint-config-react-app": "^0.6.1", "eslint-config-react-app": "^0.6.1",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment