Skip to content

Commit

Permalink
refactor(openapi-generator): remove unneeded files and package bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
anshchaturvedi committed May 22, 2024
1 parent 62b2f14 commit 24a7379
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/openapi-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/resolve": "1.20.6",
"c8": "9.1.0",
"memfs": "4.9.2",
"typescript": "^4.7.4"
"typescript": "4.7.4"
},
"optionalDependencies": {
"@swc/core-linux-x64-gnu": "1.5.7",
Expand Down
1 change: 0 additions & 1 deletion packages/openapi-generator/test/.prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/openapi-generator/test/externalModule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as p from 'path';

import { parsePlainInitializer, Project, type Schema } from '../src';
import { KNOWN_IMPORTS } from '../src/knownImports';
// import { resolve } from 'node:path';

/** External library parsing test case
*
Expand Down

0 comments on commit 24a7379

Please sign in to comment.