Skip to content

Commit a5479de

Browse files
AndreycoTimer
authored andcommitted
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.
1 parent 825b77c commit a5479de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"connect-history-api-fallback": "1.3.0",
3636
"cross-spawn": "4.0.2",
3737
"css-loader": "0.26.1",
38-
"detect-port": "1.1.0",
38+
"detect-port": "1.1.1",
3939
"dotenv": "2.0.0",
4040
"eslint": "3.16.1",
4141
"eslint-config-react-app": "^0.6.2",

0 commit comments

Comments
 (0)