Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump up node types #1551

Closed
wants to merge 10 commits into from
4 changes: 2 additions & 2 deletions reference_gen/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@std/path": "jsr:@std/path@^0.225.1",
"@std/yaml": "jsr:@std/yaml@^1.0.3",
"@deno/doc": "jsr:@deno/[email protected]",
"@types/node": "npm:@types/node@22.7.2",
"@types/node": "npm:@types/node@22.13.10",
"browserslist": "npm:[email protected]",
"dax": "jsr:@david/dax@^0.40.1",
"lightningcss": "npm:[email protected]",
Expand All @@ -21,7 +21,7 @@
"types": "deno task types:deno && deno task types:node",
"doc:deno": "mkdir -p gen && deno run --allow-read --allow-write --allow-env --allow-net deno-doc.ts",
"doc:web": "mkdir -p gen && deno run --allow-read --allow-write --allow-env --allow-net web-doc.ts",
"doc:node": "mkdir -p gen && deno run --allow-read --allow-write --allow-env --allow-net node-doc.ts",
"doc:node": "mkdir -p gen && deno run --v8-flags='--max-old-space-size=4096' --allow-read --allow-write --allow-env --allow-net node-doc.ts",
"doc": "deno task doc:deno && deno task doc:web && deno task doc:node"
},
"exclude": [
Expand Down
Loading