fix(deps): update dependencies (#335)

* fix(deps): update dependencies

* Update workflow

* test: update snapshot PDFs

* fix(fonts): wait for fonts to be fully loaded

* Revert "fix(fonts): wait for fonts to be fully loaded"

This reverts commit 3281d79d8c.

* update deps even more

* test: update snapshot PDFs

---------

Co-authored-by: Decktape bot <decktape-bot@users.noreply.github.com>
This commit is contained in:
Nico Jansen 2024-07-03 09:09:32 +02:00 committed by GitHub
parent 9e74fef7e8
commit 574c643b1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 354 additions and 289 deletions

View File

@ -25,13 +25,13 @@ jobs:
timeout-minutes: 60 timeout-minutes: 60
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: npm ci - run: npm ci
- run: npx playwright install firefox - run: npx playwright install firefox
- run: npm run test:generate-snapshot-screenshots - run: npm run test:generate-snapshot-screenshots
- run: npm run test:generate-pdfs - run: npm run test:generate-pdfs
- run: npm test - run: npm test
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: playwright-report name: playwright-report

View File

@ -6,7 +6,7 @@ jobs:
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
- run: npm ci - run: npm ci

625
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,19 +24,19 @@
"url": "https://github.com/astefanutti/decktape/issues" "url": "https://github.com/astefanutti/decktape/issues"
}, },
"dependencies": { "dependencies": {
"chalk": "5.1.2", "chalk": "5.3.0",
"fonteditor-core": "2.1.11", "fonteditor-core": "2.4.0",
"pdf-lib": "1.17.1", "pdf-lib": "1.17.1",
"puppeteer": "22.3.0", "puppeteer": "22.12.1",
"puppeteer-core": "22.3.0", "puppeteer-core": "22.12.1",
"urijs": "1.19.11" "urijs": "1.19.11"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"devDependencies": { "devDependencies": {
"koa": "2.14.1", "koa": "2.15.3",
"koa-static": "5.0.0", "koa-static": "5.0.0",
"@playwright/test": "1.28.1" "@playwright/test": "1.45.1"
} }
} }

Binary file not shown.