Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@sindresorhus/tsconfig": "^8.0.1",
"@types/node": "^24.3.3",
"@vitest/coverage-v8": "^3.2.4",
"np": "*",
"np": "^10.2.0",
Copy link
Owner

@jihchi jihchi Sep 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What problem were you trying to solve?

The * version is inspired by https://github.com/sindresorhus/np#release-script and it works fine so far.

"rimraf": "^6.0.1",
"sort-package-json": "^3.4.0",
"tsdown": "^0.15.1",
Expand All @@ -66,7 +66,7 @@
"rescript": ">=12.0.0-beta.4",
"vite": ">=5.1.0"
},
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.16.0",
"engines": {
"node": ">=20"
},
Expand Down
Loading
Loading