Skip to content

Commit e36d8dc

Browse files
authored
chore: update msw dependency to 2.8.4 (#343)
This means getHandlers() will return `RequestHandler[]` instead of `HttpHandler[]`.
1 parent bde20b2 commit e36d8dc

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

.changeset/rich-pens-joke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@labdigital/commercetools-mock": minor
3+
---
4+
5+
update MSW depedency to 2.8.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"express": "5.1.0",
3535
"light-my-request": "6.6.0",
3636
"morgan": "1.10.0",
37-
"msw": "2.7.3",
37+
"msw": "2.8.4",
3838
"uuid": "11.1.0",
3939
"zod": "3.24.2",
4040
"zod-validation-error": "3.4.0"
@@ -70,4 +70,4 @@
7070
"publishConfig": {
7171
"access": "public"
7272
}
73-
}
73+
}

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)