Skip to content

Commit

Permalink
Merge branch 'main' into mgwalker/satellite
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-does-weather committed Jul 30, 2024
2 parents 996425f + c97ec30 commit bf6390d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 30 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
57 changes: 33 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@axe-core/playwright": "^4.9.1",
"@playwright/test": "^1.45.1",
"@types/node": "^20.14.12",
"axe-core": "^4.9.1",
"axe-core": "^4.10.0",
"chai": "^5.1.1",
"cypress": "^13.13.1",
"cypress-axe": "^1.5.0",
Expand All @@ -46,7 +46,7 @@
"playwright": "^1.44.1",
"prettier": "^3.3.3",
"sinon": "^18.0.0",
"stylelint": "^16.7.0",
"stylelint": "^16.8.0",
"stylelint-config-standard-scss": "^13.0.0",
"whatwg-fetch": "^3.6.20",
"xml-parse": "^0.4.0"
Expand Down

0 comments on commit bf6390d

Please sign in to comment.