Skip to content

Commit bc6fc95

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 0d4d59f commit bc6fc95

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
@@ -33,7 +33,7 @@
3333
"connect-history-api-fallback": "1.3.0",
3434
"cross-spawn": "4.0.2",
3535
"css-loader": "0.26.2",
36-
"detect-port": "1.1.0",
36+
"detect-port": "1.1.1",
3737
"dotenv": "2.0.0",
3838
"eslint": "3.16.1",
3939
"eslint-config-react-app": "^0.6.1",

0 commit comments

Comments
 (0)