Skip to content

Commit 9a46407

Browse files
fix(deps): update dependency msw to ^2.7.0 (#1800)
* fix(deps): update dependency msw to ^2.7.0 * Update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <[email protected]>
1 parent 07bd447 commit 9a46407

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@redux-devtools/rtk-query-monitor": "workspace:^",
2121
"@reduxjs/toolkit": "^2.5.0",
2222
"framer-motion": "^11.15.0",
23-
"msw": "^2.6.7",
23+
"msw": "^2.7.0",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1",
2626
"react-icons": "^5.4.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.6.7'
11+
const PACKAGE_VERSION = '2.7.0'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)