Skip to content

Commit 61264c2

Browse files
fix(deps): update msw (#2043)
* fix(deps): update msw to v2.14.6 * Update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1 parent 82c2cf8 commit 61264c2

3 files changed

Lines changed: 88 additions & 66 deletions

File tree

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.12.0",
22-
"msw": "2.13.2",
22+
"msw": "2.14.6",
2323
"react": "^19.2.7",
2424
"react-dom": "^19.2.7",
2525
"react-icons": "^5.6.0",

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

Lines changed: 1 addition & 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.13.2'
10+
const PACKAGE_VERSION = '2.14.6'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)