Skip to content

Commit ab0a944

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

3 files changed

Lines changed: 3 additions & 3 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.11.2",
22-
"msw": "^2.12.4",
22+
"msw": "^2.12.10",
2323
"react": "^19.2.4",
2424
"react-dom": "^19.2.4",
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.12.4'
10+
const PACKAGE_VERSION = '2.12.10'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

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)