deps-upgrade(msw-handlers): ⬆️ Update MSW core dependencies (msw, graphql-mock) to latest stable versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-20 14:56:01 -08:00
parent f26c3a326d
commit 11ec4f5ded

View file

@ -13,6 +13,12 @@
"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"