Skip to content

Commit

Permalink
puppeteer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Jan 28, 2024
1 parent f018de4 commit be64b5f
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 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.7.0 xor mwn 2.0.2 */
/* puppeteer 21.9.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.7.0 xor mwn 2.0.2 */
/* puppeteer 21.9.0 xor mwn 2.0.2 */
104 changes: 52 additions & 52 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.2",
"version": "1.8.3",
"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.7.x"
"puppeteer": "21.9.x"
},
"devDependencies": {
"bump-version": "0.5.0",
Expand Down

0 comments on commit be64b5f

Please sign in to comment.