Skip to content

Commit 33c0502

Browse files
authored
chore: update void to 0.5.0 and centralize versions in catalog (#7)
## Summary - Bump `void` from 0.3.0 to 0.5.0 (`@void-sdk/void`) - Move `@types/node` and `void` into `pnpm-workspace.yaml` catalog; `package.json` devDependencies now all reference `catalog:` - Update `LICENSE` copyright to VoidZero Inc. ## Test plan - [x] `vp install` - [x] `vp check` - [x] `vp test`
1 parent 612772e commit 33c0502

4 files changed

Lines changed: 269 additions & 449 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 VoidZero
3+
Copyright (c) 2026-present, VoidZero Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"prepare": "vp config"
88
},
99
"devDependencies": {
10-
"@types/node": "^25.5.2",
10+
"@types/node": "catalog:",
1111
"vite": "catalog:",
1212
"vite-plus": "catalog:",
13-
"void": "npm:@void-sdk/void@0.3.0"
13+
"void": "catalog:"
1414
},
1515
"packageManager": "pnpm@10.33.0"
1616
}

0 commit comments

Comments
 (0)