Skip to content

Commit

Permalink
fix(helper): Update dependencies and packages for @alwatr/type-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 11, 2024
1 parent aac3f93 commit b57a97d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@alwatr/nano-build": "^2.0.1",
"@alwatr/prettier-config": "^1.0.6",
"@alwatr/tsconfig-base": "^1.3.2",
"@alwatr/wait": "^1.1.16",
"@alwatr/type-helper": "^2.0.2",
"@types/node": "^22.7.5",
"typescript": "^5.6.3"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/helper/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"rootDir": "src",
"outDir": "dist",
"emitDeclarationOnly": true,
"composite": true
"composite": true,
"types": ["node", "@alwatr/nano-build", "@alwatr/type-helper"]
},
"include": ["src/**/*.ts"]
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ __metadata:
"@alwatr/nitrobase-types": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.6"
"@alwatr/tsconfig-base": "npm:^1.3.2"
"@alwatr/wait": "npm:^1.1.16"
"@alwatr/type-helper": "npm:^2.0.2"
"@types/node": "npm:^22.7.5"
typescript: "npm:^5.6.3"
languageName: unknown
Expand Down

0 comments on commit b57a97d

Please sign in to comment.