From 4f8ec12c967a67bc5fb886da31e44721fb1140f0 Mon Sep 17 00:00:00 2001 From: Ryan Dombrowski Date: Wed, 22 Jul 2026 13:40:52 -0400 Subject: [PATCH] Align apps/web dspack-gen range with apps/agent (^0.1.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit f79c075 bumped apps/agent to ^0.1.2 when its fixtures were recorded against published dspack-gen 0.1.2, but left apps/web at ^0.1.1 — stale drift, not intentional isolation: the shared lockfile already resolved both apps to 0.1.2, so the web range merely understated its floor. Manifest and lockfile specifier only; resolved versions unchanged. Co-Authored-By: Claude Fable 5 --- apps/web/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index a5db8d3..21da367 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,7 +12,7 @@ "typecheck": "tsc -p tsconfig.json" }, "dependencies": { - "@aestheticfunction/dspack-gen": "^0.1.1", + "@aestheticfunction/dspack-gen": "^0.1.2", "@astryxdesign/core": "0.1.4", "@astryxdesign/theme-butter": "0.1.4", "@astryxdesign/theme-chocolate": "0.1.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a04e311..39acdc2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,7 +49,7 @@ importers: apps/web: dependencies: '@aestheticfunction/dspack-gen': - specifier: ^0.1.1 + specifier: ^0.1.2 version: 0.1.2(zod@4.4.3) '@astryxdesign/core': specifier: 0.1.4