Skip to content

Commit 31e5101

Browse files
committed
Fix wrong dependencies
Signed-off-by: moznion <moznion@mail.moznion.net>
1 parent a094e01 commit 31e5101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"homepage": "https://github.com/moznion/openapi-fetch-gen#readme",
4545
"license": "MIT",
4646
"dependencies": {
47+
"tmp": "^0.2.3",
4748
"commander": "^13.1.0",
4849
"ts-morph": "^25.0.1"
4950
},
@@ -53,7 +54,6 @@
5354
"@types/tmp": "^0.2.6",
5455
"openapi-fetch": "^0.13.5",
5556
"openapi-typescript": "^7.6.1",
56-
"tmp": "^0.2.3",
5757
"typescript": "^5.8.3",
5858
"vitest": "^3.1.1"
5959
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)