We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5dbab commit ece00b8Copy full SHA for ece00b8
bin/generate.ts
@@ -37,3 +37,4 @@ run().catch((error: Error) => {
37
console.error(error.stack);
38
process.exit(1);
39
});
40
+/* eslint-enable no-console */
package.json
@@ -51,7 +51,7 @@
51
"dependencies": {
52
"@types/jsdom": "^16.2.6",
53
"@types/minimist": "^1.2.1",
54
- "@types/node": "^14.14.22",
+ "@types/node": "^22.2.0",
55
"@types/puppeteer": "^5.4.2",
56
"@types/user-agents": "^1.0.0",
57
"cross-fetch": "^3.0.6",
0 commit comments