Skip to content

Commit

Permalink
Merge branch 'main' into eg-1469-wfo-promo-update
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-gade authored Jul 31, 2024
2 parents 258ade7 + bfdf049 commit f0c3b7c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
4 changes: 0 additions & 4 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN set -eux; \
\
docker-php-ext-install -j "$(nproc)" \
gd \
opcache \
pdo_mysql \
pdo_pgsql \
zip \
Expand Down Expand Up @@ -82,9 +81,6 @@ RUN set -eux; \
# set recommended PHP.ini settings
# see https://secure.php.net/manual/en/opcache.installation.php
RUN { \
echo 'opcache.memory_consumption=128'; \
echo 'opcache.interned_strings_buffer=8'; \
echo 'opcache.max_accelerated_files=4000'; \
echo 'opcache.revalidate_freq=60'; \
echo 'xdebug.mode=coverage,develop,debug'; \
# echo 'xdebug.mode=coverage,develop,debug,profile'; \
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.45.3",
"@types/node": "^20.14.12",
"axe-core": "^4.10.0",
"chai": "^5.1.1",
Expand All @@ -36,7 +36,7 @@
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-import": "^2.29.1",
"jsdom": "^24.1.1",
"glob": "^11.0.0",
Expand Down Expand Up @@ -69,6 +69,6 @@
"@prettier/plugin-php": "^0.22.2",
"mariadb": "^3.3.1",
"shapefile": "^0.6.6",
"twing": "^7.0.0-beta.3"
"twing": "^7.0.0"
}
}

0 comments on commit f0c3b7c

Please sign in to comment.