diff --git a/ci/docker_install_php.sh b/ci/docker_install_php.sh index fd6001af8b513abb60cd9906133778c968ae97d2..6af5123e7f14b96490c6bee905f36a76ca5828ed 100755 --- a/ci/docker_install_php.sh +++ b/ci/docker_install_php.sh @@ -6,8 +6,8 @@ set -xe apt-get install -y libpq-dev libxml2-dev libxslt1-dev libpng-dev \ -&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ -&& docker-php-ext-configure pdo_pgsql --with-pdo-pgsql \ +# && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \ +# && docker-php-ext-configure pdo_pgsql --with-pdo-pgsql \ && docker-php-ext-install pdo_pgsql pgsql \ && docker-php-ext-install xsl \ && pecl install xdebug-2.7.0RC2 \ diff --git a/package.json b/package.json index c0f778d48d774f12fd104be578276bd6a1ae33f9..946e50e2496fa629c9e0ca86c71a188dc94b5732 100755 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "zone.js": "^0.9.1" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.803.19", + "@angular-devkit/build-angular": "^0.803.23", "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.0", - "@angular/cli": "^8.3.19", + "@angular/cli": "^8.3.23", "@angular/common": "^8.2.14", "@angular/compiler": "^8.2.14", "@angular/compiler-cli": "^8.2.14", @@ -57,7 +57,7 @@ "hammerjs": "^2.0.8", "html-minifier": "^3.5.21", "ng2-dnd": "^5.0.2", - "node-sass": "^4.13.0", + "node-sass": "^4.13.1", "nodemon": "^1.19.1", "npm-check-updates": "^3.2.0", "rxjs": "^6.5.2",