mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Upgrade puppeteer
This commit is contained in:
parent
04eaf017fd
commit
12a1437d0d
3 changed files with 1413 additions and 186 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x]
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
|
|
@ -96,12 +96,12 @@
|
|||
"http-server": "^0.11.1",
|
||||
"imagemin": "^6.1.0",
|
||||
"imagemin-optipng": "^6.0.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest-image-snapshot": "^2.12.0",
|
||||
"jest-puppeteer": "^6.2.0",
|
||||
"jest-puppeteer": "^10.0.1",
|
||||
"parcel": "^2.8.2",
|
||||
"postcss": "^8.4.21",
|
||||
"puppeteer": "^1.15.0",
|
||||
"puppeteer": "^22.2.0",
|
||||
"react-test-renderer": "^17.0.1",
|
||||
"style-loader": "^0.23.1",
|
||||
"typescript": "^3.7.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue