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:
parent
f26c3a326d
commit
11ec4f5ded
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue