Skip to content

Commit 9311eb6

Browse files
committed
refactor(deps): use catalog for postject in root package.json
Change postject from hardcoded version 1.0.0-alpha.6 to catalog: protocol for consistent dependency management across the monorepo. This ensures the root package.json uses the same version definition as packages/node-sea-builder and follows the pnpm catalog pattern.
1 parent aaa4eb7 commit 9311eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"npm-run-all2": "8.0.4",
8383
"open": "10.2.0",
8484
"pony-cause": "2.1.11",
85-
"postject": "1.0.0-alpha.6",
85+
"postject": "catalog:",
8686
"react": "19.2.0",
8787
"react-reconciler": "0.33.0",
8888
"registry-auth-token": "5.1.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)