chore: willboosterify this repo#25
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the versions of @willbooster/wb and build-ts in package.json and yarn.lock. A review comment suggests also updating the direct dependency on @typescript/native-preview to match the version introduced transitively by build-ts, which would ensure consistency and align with the project's goal of reducing redundancy.
| "@willbooster/wb": "13.12.15", | ||
| "build-ts": "17.1.12", | ||
| "@willbooster/wb": "13.12.16", | ||
| "build-ts": "17.1.13", |
There was a problem hiding this comment.
Updating build-ts to 17.1.13 introduces a newer version of @typescript/native-preview (7.0.0-dev.20260504.1) as a transitive dependency. To eliminate redundancy and maintain consistency across the project, consider also updating the direct dependency on @typescript/native-preview (currently at 7.0.0-dev.20260421.2) to match this version. This aligns with the repository style guide's goal of simplifying code and eliminating redundancy.
References
- Simplify code as much as possible to eliminate redundancy. (link)
No description provided.