File tree 4 files changed +526
-264
lines changed
packages/@types/puppeteer-chromium-resolver
4 files changed +526
-264
lines changed Original file line number Diff line number Diff line change 54
54
- name : install puppeteer libraries
55
55
run : |
56
56
sudo apt-get update
57
- sudo apt-get install -yq libgbm1 gconf-service libasound2 libatk1.0-0 libc6 \
58
- libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 \
57
+ sudo apt-get install -yq libgbm1 libatk1.0-0 libc6 \
58
+ libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 \
59
59
libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 \
60
60
libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \
61
61
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \
Original file line number Diff line number Diff line change 90
90
"npm-run-all" : " ^4.1.5" ,
91
91
"prettier" : " ^3.1.0" ,
92
92
"preval.macro" : " ^5.0.0" ,
93
- "puppeteer" : " 23.5.3 " ,
93
+ "puppeteer" : " 23.11.1 " ,
94
94
"puppeteer-chromium-resolver" : " ^23.0.0" ,
95
95
"qunit" : " ^2.19.4" ,
96
96
"release-it" : " ^16.2.1" ,
Original file line number Diff line number Diff line change 3
3
"name" : " @types/puppeteer-chromium-resolver" ,
4
4
"types" : " index.d.ts" ,
5
5
"dependencies" : {
6
- "puppeteer" : " 23.5.3 "
6
+ "puppeteer" : " 23.11.1 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments