Skip to content

Commit

Permalink
v1.9: puppeteer 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Feb 10, 2024
1 parent 41de698 commit 33dc7d9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion assets/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.tavern {
display: block;
}
/* puppeteer 21.10.0 xor mwn 2.0.2 */
/* puppeteer 22.0.0 xor mwn 2.0.2 */
2 changes: 1 addition & 1 deletion assets/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*/
// test.js
console.log('test');
/* puppeteer 21.10.0 xor mwn 2.0.2 */
/* puppeteer 22.0.0 xor mwn 2.0.2 */
56 changes: 28 additions & 28 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikiploy",
"version": "1.8.4",
"version": "1.9.0",
"description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
"main": "src/index.js",
"type": "module",
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/Eccenux/Wikiploy#readme",
"dependencies": {
"mwn": "2.0.x",
"puppeteer": "21.10.x"
"puppeteer": "22.0.x"
},
"devDependencies": {
"bump-version": "0.5.0",
Expand Down

0 comments on commit 33dc7d9

Please sign in to comment.