Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EndangeredMassa committed Dec 12, 2024
1 parent 728c73d commit 1f70752
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 47 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/generic-pool": "3.1.9",
"@types/jest": "27.0.2",
"@types/micro": "7.3.6",
"@types/node": "10.12.29",
"@types/node": "16.18.122",
"@types/node-fetch": "2.5.0",
"@types/tar": "4.0.0",
"@types/yauzl-promise": "2.1.0",
Expand All @@ -62,7 +62,7 @@
"rimraf": "2.6.3",
"source-map-support": "0.5.10",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
"typescript": "4.9.3"
},
"pre-commit": "lint:staged",
"jest": {
Expand All @@ -83,6 +83,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 10"
"node": "16.20.2"
}
}
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/runtime-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class RuntimeServer extends Server {
return result;
}

close(callback?: Function): this {
close(callback?: (err?: Error) => void): this {
const deferred = this.initDeferred || this.resultDeferred;
if (deferred) {
const statusCode = 200;
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"outDir": "dist",
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
"lib": ["esnext", "dom"]
},
"include": [
Expand Down

0 comments on commit 1f70752

Please sign in to comment.