From 40ca2eff30fc9db35c5b0470706f5692de69b9b4 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 20 Feb 2026 17:27:20 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(testing-for-msw-handlers-):=20?= =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20MSW=20handlers=20and=20related?= =?UTF-8?q?=20testing/utilities=20dependencies=20in=20frontend=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/@testing/msw-handlers/package.json | 8 +------- features/landing/frontend-standalone/package.json | 1 - features/marketplace/frontend-standalone/package.json | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/@packages/@testing/msw-handlers/package.json b/@packages/@testing/msw-handlers/package.json index 32c7e4cd4..6413bf641 100755 --- a/@packages/@testing/msw-handlers/package.json +++ b/@packages/@testing/msw-handlers/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "type": "module", - "description": "Shared MSW request handlers for platform-wide API mocking", + "description": "Platform-level MSW request handlers and setup utilities", "author": { "name": "QuinnFTW", "email": "TransQuinnFTW@pm.me" @@ -13,12 +13,6 @@ "exports": { ".": "./src/index.ts", "./handlers": "./src/handlers/index.ts", - "./handlers/blog": "./src/handlers/blog.ts", - "./handlers/marketplace": "./src/handlers/marketplace-search.ts", - "./handlers/profile": "./src/handlers/profile.ts", - "./handlers/reviews": "./src/handlers/reviews.ts", - "./handlers/attributes": "./src/handlers/attributes.ts", - "./handlers/bookings": "./src/handlers/bookings.ts", "./data": "./src/data/index.ts", "./setup/browser": "./src/setup/browser.ts", "./setup/node": "./src/setup/node.ts" diff --git a/features/landing/frontend-standalone/package.json b/features/landing/frontend-standalone/package.json index 51d59cba5..f778aa189 100644 --- a/features/landing/frontend-standalone/package.json +++ b/features/landing/frontend-standalone/package.json @@ -6,7 +6,6 @@ "dev": "vite" }, "dependencies": { - "@lilith/msw-handlers": "workspace:*", "msw": "^2.12.7" }, "devDependencies": { diff --git a/features/marketplace/frontend-standalone/package.json b/features/marketplace/frontend-standalone/package.json index cf0ce709c..2ebd05c90 100644 --- a/features/marketplace/frontend-standalone/package.json +++ b/features/marketplace/frontend-standalone/package.json @@ -6,7 +6,6 @@ "dev": "vite" }, "dependencies": { - "@lilith/msw-handlers": "workspace:*", "msw": "^2.12.7" }, "devDependencies": {