Skip to content

Commit

Permalink
puppeteer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Jan 4, 2024
1 parent c4b68b7 commit f018de4
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 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.6.1 xor mwn 2.0.2 */
/* puppeteer 21.7.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.6.1 xor mwn 2.0.2 */
/* puppeteer 21.7.0 xor mwn 2.0.2 */
64 changes: 32 additions & 32 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.1",
"version": "1.8.2",
"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.6.x"
"puppeteer": "21.7.x"
},
"devDependencies": {
"bump-version": "0.5.0",
Expand Down

0 comments on commit f018de4

Please sign in to comment.