mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
fix(deps): update dependency msw to ^2.4.1 (#1733)
* fix(deps): update dependency msw to ^2.4.1 * Update msw --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
parent
bc4b0755c3
commit
d591c18fc8
|
@ -20,7 +20,7 @@
|
|||
"@redux-devtools/rtk-query-monitor": "workspace:^",
|
||||
"@reduxjs/toolkit": "^2.2.7",
|
||||
"framer-motion": "^11.3.31",
|
||||
"msw": "^2.3.5",
|
||||
"msw": "^2.4.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-icons": "^5.3.0",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* - Please do NOT serve this file on production.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.3.5'
|
||||
const PACKAGE_VERSION = '2.4.1'
|
||||
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
|
|
@ -2130,7 +2130,7 @@ importers:
|
|||
specifier: ^11.3.31
|
||||
version: 11.3.31(react-dom@18.3.1)(react@18.3.1)
|
||||
msw:
|
||||
specifier: ^2.3.5
|
||||
specifier: ^2.4.1
|
||||
version: 2.4.1(graphql@16.9.0)(typescript@5.5.4)
|
||||
react:
|
||||
specifier: ^18.3.1
|
||||
|
@ -16049,7 +16049,7 @@ packages:
|
|||
bl: 4.1.0
|
||||
chalk: 4.1.2
|
||||
cli-cursor: 3.1.0
|
||||
cli-spinners: 2.6.1
|
||||
cli-spinners: 2.9.2
|
||||
is-interactive: 1.0.0
|
||||
log-symbols: 4.1.0
|
||||
strip-ansi: 6.0.1
|
||||
|
@ -18153,6 +18153,7 @@ packages:
|
|||
|
||||
/string_decoder@1.3.0:
|
||||
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
||||
requiresBuild: true
|
||||
dependencies:
|
||||
safe-buffer: 5.2.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user