diff --git a/docker/docker-frontend.sh b/docker/docker-frontend.sh index c69fefd6d0fb3..aad6e0a16d5b6 100755 --- a/docker/docker-frontend.sh +++ b/docker/docker-frontend.sh @@ -26,7 +26,7 @@ fi if [ "$BUILD_SUPERSET_FRONTEND_IN_DOCKER" = "true" ]; then cd /app/superset-frontend npm install -f --no-optional --global webpack webpack-cli - npm install -f --no-optional + npm install -f echo "Running frontend" npm run dev diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index ccabb31219125..a9eabc87f982c 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -92,7 +92,7 @@ "mustache": "^2.2.1", "nanoid": "^5.0.7", "polished": "^4.3.1", - "prop-types": "^15.7.2", + "prop-types": "^15.8.1", "query-string": "^6.13.7", "rc-trigger": "^5.3.4", "re-resizable": "^6.9.11", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index d013b9c1d6e7d..adb4d6fdc3aba 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -156,7 +156,7 @@ "mousetrap": "^1.6.5", "mustache": "^2.2.1", "polished": "^4.3.1", - "prop-types": "^15.7.2", + "prop-types": "^15.8.1", "query-string": "^6.13.7", "rc-trigger": "^5.3.4", "re-resizable": "^6.9.11",