Skip to content

Commit 1608735

Browse files
fix(deps): update dependency msw to ^2.11.5 (#1933)
* fix(deps): update dependency msw to ^2.11.5 * Update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1 parent f80b555 commit 1608735

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/redux-devtools-rtk-query-monitor/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@redux-devtools/dock-monitor": "workspace:^",
2020
"@redux-devtools/rtk-query-monitor": "workspace:^",
2121
"@reduxjs/toolkit": "^2.9.0",
22-
"msw": "^2.11.2",
22+
"msw": "^2.11.5",
2323
"react": "^19.2.0",
2424
"react-dom": "^19.2.0",
2525
"react-icons": "^5.5.0",

packages/redux-devtools-rtk-query-monitor/demo/public/mockServiceWorker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.11.2'
10+
const PACKAGE_VERSION = '2.11.5'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()
@@ -205,6 +205,7 @@ async function resolveMainClient(event) {
205205
* @param {FetchEvent} event
206206
* @param {Client | undefined} client
207207
* @param {string} requestId
208+
* @param {number} requestInterceptedAt
208209
* @returns {Promise<Response>}
209210
*/
210211
async function getResponse(event, client, requestId, requestInterceptedAt) {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)