@lzear/forge 4.4.0 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -45,7 +45,7 @@ One-stop repo freshening. Detects the package manager (npm, yarn, pnpm, or bun
45
45
  - `.nvmrc` / `.node-version` → latest Node LTS
46
46
  - `.bun-version` → latest Bun
47
47
  - LICENSE copyright year (extends `2023` → `2023-2026`)
48
- - then installs, refreshes the lockfile, and dedupes with the detected package manager (`yarn up -R '*' && yarn dedupe`, `pnpm update -r && pnpm dedupe`, `npm update && npm dedupe`, or `bun update`)
48
+ - then installs, refreshes the lockfile, and dedupes with the detected package manager (`yarn up -R '*' '@*/*' && yarn dedupe`, `pnpm update -r && pnpm dedupe`, `npm update && npm dedupe`, or `bun update`)
49
49
 
50
50
  ```sh
51
51
  forge update # update everything, then install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lzear/forge",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Umbrella package for all lzear dev tooling",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -74,9 +74,9 @@
74
74
  ],
75
75
  "dependencies": {
76
76
  "@clack/prompts": "^1",
77
- "@lzear/configs": "4.4.0",
78
- "@lzear/eslint-config": "4.4.0",
79
- "@lzear/repo-lint": "4.4.0",
77
+ "@lzear/configs": "4.4.1",
78
+ "@lzear/eslint-config": "4.4.1",
79
+ "@lzear/repo-lint": "4.4.1",
80
80
  "commander": "^15",
81
81
  "picocolors": "^1"
82
82
  },