Skip to content

Commit 3a1dc91

Browse files
committed
rm useless dep
1 parent e601928 commit 3a1dc91

File tree

6 files changed

+0
-17
lines changed

6 files changed

+0
-17
lines changed

packages/openapi-fetch/examples/nextjs/lib/api/v1.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ export interface components {
9898
pathItems: never;
9999
}
100100

101-
export type $defs = Record<string, never>;
102-
103101
export type external = Record<string, never>;
104102

105103
export interface operations {

packages/openapi-fetch/examples/react-query/src/lib/api/v1.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ export interface components {
9898
pathItems: never;
9999
}
100100

101-
export type $defs = Record<string, never>;
102-
103101
export type external = Record<string, never>;
104102

105103
export interface operations {

packages/openapi-fetch/examples/sveltekit/src/lib/api/v1.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ export interface components {
9898
pathItems: never;
9999
}
100100

101-
export type $defs = Record<string, never>;
102-
103101
export type external = Record<string, never>;
104102

105103
export interface operations {

packages/openapi-fetch/test/v1.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ export interface components {
422422
pathItems: never;
423423
}
424424

425-
export type $defs = Record<string, never>;
426-
427425
export type external = Record<string, never>;
428426

429427
export interface operations {

packages/openapi-typescript/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
},
6666
"dependencies": {
6767
"ansi-colors": "^4.1.3",
68-
"camelcase": "^7.0.1",
6968
"fast-glob": "^3.3.1",
7069
"js-yaml": "^4.1.0",
7170
"supports-color": "^9.4.0",

pnpm-lock.yaml

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)