Skip to content

Commit 59e0522

Browse files
committed
chore: @types/node 패키지의존성 추가
1 parent 17d9968 commit 59e0522

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/patchlogr-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"type": "module",
87
"main": "./dist/index.cjs",
98
"module": "./dist/index.js",
109
"types": "./dist/index.d.ts",
@@ -31,6 +30,7 @@
3130
"@patchlogr/types": "workspace:^"
3231
},
3332
"devDependencies": {
33+
"@types/node": "^25.0.9",
3434
"esbuild": "^0.27.2",
3535
"openapi-types": "^12.1.3",
3636
"typescript": "^5.9.3",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ __metadata:
424424
"@apidevtools/swagger-parser": "npm:^12.1.0"
425425
"@patchlogr/oas": "workspace:^"
426426
"@patchlogr/types": "workspace:^"
427+
"@types/node": "npm:^25.0.9"
427428
esbuild: "npm:^0.27.2"
428429
openapi-types: "npm:^12.1.3"
429430
typescript: "npm:^5.9.3"

0 commit comments

Comments
 (0)