Skip to content

Commit 956f4f1

Browse files
authored
chore: update pnpm-lock.yaml (#15)
1 parent 582e9e1 commit 956f4f1

File tree

2 files changed

+479
-459
lines changed

2 files changed

+479
-459
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,17 @@
3131
],
3232
"author": "Daiki Urata (@7nohe)",
3333
"license": "MIT",
34-
"dependencies": {
35-
},
3634
"devDependencies": {
37-
"@types/node": "^18.15.10",
38-
"typescript": "^5.0.3",
35+
"@types/node": "^18.15.11",
3936
"commander": "^10.0.0",
4037
"glob": "^9.3.4",
41-
"openapi-typescript-codegen": "^0.23.0"
38+
"openapi-typescript-codegen": "^0.23.0",
39+
"typescript": "^5.0.3"
4240
},
4341
"peerDependencies": {
44-
"typescript": ">= 4.8.3",
4542
"commander": "> 10",
4643
"glob": "> 9",
47-
"openapi-typescript-codegen": "^0.23.0"
44+
"openapi-typescript-codegen": "^0.23.0",
45+
"typescript": ">= 4.8.3"
4846
}
4947
}

0 commit comments

Comments
 (0)