diff --git a/ui/package-lock.json b/ui/package-lock.json index ef08253..42a02c9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -192,6 +192,12 @@ "@types/react": "*" } }, + "@types/get-port": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/get-port/-/get-port-4.0.0.tgz", + "integrity": "sha512-Zp1GxOt3GNbIQqz2hSHSH7LALpTPvPHMA/aYut3VeitDgGwqcXEVvDQWWP3kPABsh3CGSHPSt67DN6jnc7oJMA==", + "dev": true + }, "@types/history": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.0.tgz", @@ -4490,6 +4496,12 @@ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" }, + "get-port": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.0.0.tgz", + "integrity": "sha512-Yy3yNI2oShgbaWg4cmPhWjkZfktEvpKI09aDX4PZzNtlU9obuYrX7x2mumQsrNxlF+Ls7OtMQW/u+X4s896bOQ==", + "dev": true + }, "get-stdin": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", diff --git a/ui/package.json b/ui/package.json index 0704dce..77512a2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,6 +33,7 @@ "devDependencies": { "@types/detect-browser": "^2.0.1", "@types/flux": "^3.1.7", + "@types/get-port": "^4.0.0", "@types/jest": "^23.3.1", "@types/node": "^10.9.0", "@types/notifyjs": "^3.0.0", @@ -40,6 +41,7 @@ "@types/react-dom": "^16.0.7", "@types/react-list": "^0.8.4", "@types/react-router-dom": "^4.3.0", + "get-port": "^4.0.0", "prettier": "^1.14.2", "tslint-sonarts": "^1.7.0", "typescript": "^3.0.1"