mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-17 11:42:29 +03:00
fix(deps): update dependency msw to ^2.10.2
This commit is contained in:
parent
61632768a7
commit
4889607f18
|
@ -19,7 +19,7 @@
|
|||
"@redux-devtools/dock-monitor": "workspace:^",
|
||||
"@redux-devtools/rtk-query-monitor": "workspace:^",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"msw": "^2.8.7",
|
||||
"msw": "^2.10.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-icons": "^5.5.0",
|
||||
|
|
|
@ -2063,8 +2063,8 @@ importers:
|
|||
specifier: ^2.8.2
|
||||
version: 2.8.2(react-redux@9.2.0(@types/react@19.1.6)(react@19.1.0)(redux@5.0.1))(react@19.1.0)
|
||||
msw:
|
||||
specifier: ^2.8.7
|
||||
version: 2.8.7(@types/node@22.15.21)(typescript@5.8.3)
|
||||
specifier: ^2.10.2
|
||||
version: 2.10.2(@types/node@22.15.21)(typescript@5.8.3)
|
||||
react:
|
||||
specifier: ^19.1.0
|
||||
version: 19.1.0
|
||||
|
@ -4074,8 +4074,8 @@ packages:
|
|||
'@mswjs/data@0.16.2':
|
||||
resolution: {integrity: sha512-/C0d/PBcJyQJokUhcjO4HiZPc67hzllKlRtD1XELygl2t991/ATAAQJVcStn4YtVALsNodruzOHT0JIvgr0hnA==}
|
||||
|
||||
'@mswjs/interceptors@0.38.7':
|
||||
resolution: {integrity: sha512-Jkb27iSn7JPdkqlTqKfhncFfnEZsIJVYxsFbUSWEkxdIPdsyngrhoDBk0/BGD2FQcRH99vlRrkHpNTyKqI+0/w==}
|
||||
'@mswjs/interceptors@0.39.2':
|
||||
resolution: {integrity: sha512-RuzCup9Ct91Y7V79xwCb146RaBRHZ7NBbrIUySumd1rpKqHL5OonaqrGIbug5hNwP/fRyxFMA6ISgw4FTtYFYg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3':
|
||||
|
@ -8157,8 +8157,8 @@ packages:
|
|||
ms@2.1.3:
|
||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||
|
||||
msw@2.8.7:
|
||||
resolution: {integrity: sha512-0TGfV4oQiKpa3pDsQBDf0xvFP+sRrqEOnh2n1JWpHVKHJHLv6ZmY1HCZpCi7uDiJTeIHJMBpmBiRmBJN+ETPSQ==}
|
||||
msw@2.10.2:
|
||||
resolution: {integrity: sha512-RCKM6IZseZQCWcSWlutdf590M8nVfRHG1ImwzOtwz8IYxgT4zhUO0rfTcTvDGiaFE0Rhcc+h43lcF3Jc9gFtwQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -11876,13 +11876,13 @@ snapshots:
|
|||
strict-event-emitter: 0.5.1
|
||||
uuid: 8.3.2
|
||||
optionalDependencies:
|
||||
msw: 2.8.7(@types/node@22.15.21)(typescript@5.8.3)
|
||||
msw: 2.10.2(@types/node@22.15.21)(typescript@5.8.3)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@mswjs/interceptors@0.38.7':
|
||||
'@mswjs/interceptors@0.39.2':
|
||||
dependencies:
|
||||
'@open-draft/deferred-promise': 2.2.0
|
||||
'@open-draft/logger': 0.3.0
|
||||
|
@ -16826,13 +16826,13 @@ snapshots:
|
|||
|
||||
ms@2.1.3: {}
|
||||
|
||||
msw@2.8.7(@types/node@22.15.21)(typescript@5.8.3):
|
||||
msw@2.10.2(@types/node@22.15.21)(typescript@5.8.3):
|
||||
dependencies:
|
||||
'@bundled-es-modules/cookie': 2.0.1
|
||||
'@bundled-es-modules/statuses': 1.0.1
|
||||
'@bundled-es-modules/tough-cookie': 0.1.6
|
||||
'@inquirer/confirm': 5.1.10(@types/node@22.15.21)
|
||||
'@mswjs/interceptors': 0.38.7
|
||||
'@mswjs/interceptors': 0.39.2
|
||||
'@open-draft/deferred-promise': 2.2.0
|
||||
'@open-draft/until': 2.1.0
|
||||
'@types/cookie': 0.6.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user