mirror of
https://github.com/astefanutti/decktape.git
synced 2024-11-22 12:22:10 +03:00
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:
parent
9e74fef7e8
commit
574c643b1a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/update-snapshots.yml
vendored
2
.github/workflows/update-snapshots.yml
vendored
@ -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
625
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -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.
Loading…
Reference in New Issue
Block a user