Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/twing-7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmcdonald-noaa authored Jul 30, 2024
2 parents 700d1b1 + a4cabec commit 573ac87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 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
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 573ac87

Please sign in to comment.