Skip to content

Commit bb62705

Browse files
committed
chore: fix type issues
1 parent 1a3b74c commit bb62705

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"mime": "^4.0.7",
142142
"mlly": "^1.7.4",
143143
"node-fetch-native": "^1.6.6",
144-
"node-mock-http": "^1.0.0",
144+
"node-mock-http": "^1.0.1",
145145
"ofetch": "^1.4.1",
146146
"ohash": "^2.0.11",
147147
"pathe": "^2.0.3",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/internal/routes/swagger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { ReferenceConfiguration } from "@scalar/api-reference";
21
import { eventHandler } from "h3";
32
import { useRuntimeConfig } from "../config";
43

0 commit comments

Comments
 (0)