Skip to content

Commit

Permalink
depcheck fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava committed Nov 15, 2024
1 parent 6327b74 commit a430433
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
1 change: 1 addition & 0 deletions packages/parsers/openapi/shared/nodes/typeShape.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class TypeShapeNode extends OutputApiNode<SchemaObject, FdrAPI.api.latest
case "object":
return {
type: "object",
// Figure out a better way to do this
...(typeShape as FdrAPI.api.latest.ObjectType),
};
case "alias":
Expand Down
6 changes: 2 additions & 4 deletions packages/parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
},
"dependencies": {
"@fern-api/fdr-sdk": "workspace:*",
"@playwright/test": "^1.47.1",
"openapi-types": "^12.1.3",
"ts-essentials": "^10.0.1",
"uuid": "^9.0.0",
"vitest": "^2.1.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/uuid": "^9.0.1"
}
}
13 changes: 6 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit a430433

Please sign in to comment.