Skip to content

Commit

Permalink
update puppeteer to v21.5.2
Browse files Browse the repository at this point in the history
- wikiploy v1.7.2
  • Loading branch information
Eccenux committed Nov 28, 2023
1 parent 85d9092 commit ba207d7
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 63 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.4.1 xor mwn 2.0.1 */
/* puppeteer 21.5.2 xor mwn 2.0.1 */
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.4.1 xor mwn 2.0.1 */
/* puppeteer 21.5.2 xor mwn 2.0.1 */
118 changes: 59 additions & 59 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.7.1",
"version": "1.7.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.4.x"
"puppeteer": "21.5.x"
},
"devDependencies": {
"bump-version": "0.5.0",
Expand Down

0 comments on commit ba207d7

Please sign in to comment.