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.4 (#1750)
* fix(deps): update dependency msw to ^2.4.4 * Update --------- 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
61c09e1cc3
commit
3c39eb49f2
|
@ -20,7 +20,7 @@
|
||||||
"@redux-devtools/rtk-query-monitor": "workspace:^",
|
"@redux-devtools/rtk-query-monitor": "workspace:^",
|
||||||
"@reduxjs/toolkit": "^2.2.7",
|
"@reduxjs/toolkit": "^2.2.7",
|
||||||
"framer-motion": "^11.3.31",
|
"framer-motion": "^11.3.31",
|
||||||
"msw": "^2.4.1",
|
"msw": "^2.4.4",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-icons": "^5.3.0",
|
"react-icons": "^5.3.0",
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* - Please do NOT serve this file on production.
|
* - Please do NOT serve this file on production.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const PACKAGE_VERSION = '2.4.1'
|
const PACKAGE_VERSION = '2.4.4'
|
||||||
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
||||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||||
const activeClientIds = new Set()
|
const activeClientIds = new Set()
|
||||||
|
|
|
@ -2130,8 +2130,8 @@ importers:
|
||||||
specifier: ^11.3.31
|
specifier: ^11.3.31
|
||||||
version: 11.3.31(@emotion/is-prop-valid@1.3.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
version: 11.3.31(@emotion/is-prop-valid@1.3.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
msw:
|
msw:
|
||||||
specifier: ^2.4.1
|
specifier: ^2.4.4
|
||||||
version: 2.4.1(graphql@16.9.0)(typescript@5.5.4)
|
version: 2.4.4(typescript@5.5.4)
|
||||||
react:
|
react:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
|
@ -4799,8 +4799,8 @@ packages:
|
||||||
'@mswjs/data@0.16.1':
|
'@mswjs/data@0.16.1':
|
||||||
resolution: {integrity: sha512-VhJvL/VmgAuU9/tDOcKcxHfNd+8nxYntZnrkaQEQPvZZnFwQQR9bzI1FTRROGxCHVoyfv9v84AEkl/7CIw4FAg==}
|
resolution: {integrity: sha512-VhJvL/VmgAuU9/tDOcKcxHfNd+8nxYntZnrkaQEQPvZZnFwQQR9bzI1FTRROGxCHVoyfv9v84AEkl/7CIw4FAg==}
|
||||||
|
|
||||||
'@mswjs/interceptors@0.29.1':
|
'@mswjs/interceptors@0.35.0':
|
||||||
resolution: {integrity: sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw==}
|
resolution: {integrity: sha512-f5cHyIvm4m4g1I5x9EH1etGx0puaU0OaX2szqGRVBVgUC6aMASlOI5hbpe7tJ9l4/VWjCUu5OMraCazLZGI24A==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
'@napi-rs/wasm-runtime@0.2.4':
|
'@napi-rs/wasm-runtime@0.2.4':
|
||||||
|
@ -9339,16 +9339,13 @@ packages:
|
||||||
ms@2.1.3:
|
ms@2.1.3:
|
||||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||||
|
|
||||||
msw@2.4.1:
|
msw@2.4.4:
|
||||||
resolution: {integrity: sha512-HXcoQPzYTwEmVk+BGIcRa0vLabBT+J20SSSeYh/QfajaK5ceA6dlD4ZZjfz2dqGEq4vRNCPLP6eXsB94KllPFg==}
|
resolution: {integrity: sha512-iuM0qGs4YmgYCLH+xqb07w2e/e4fYmsx3+WHVlIOUA34TW1sw+wRpNmOlXnLDkw/T7233Jnm6t+aNf4v2E3e2Q==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
graphql: '>= 16.8.x'
|
typescript: '>= 4.8.x'
|
||||||
typescript: '>= 4.7.x'
|
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
graphql:
|
|
||||||
optional: true
|
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
@ -14230,12 +14227,12 @@ snapshots:
|
||||||
strict-event-emitter: 0.5.1
|
strict-event-emitter: 0.5.1
|
||||||
uuid: 8.3.2
|
uuid: 8.3.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
msw: 2.4.1(graphql@16.9.0)(typescript@5.5.4)
|
msw: 2.4.4(typescript@5.5.4)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@mswjs/interceptors@0.29.1':
|
'@mswjs/interceptors@0.35.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@open-draft/deferred-promise': 2.2.0
|
'@open-draft/deferred-promise': 2.2.0
|
||||||
'@open-draft/logger': 0.3.0
|
'@open-draft/logger': 0.3.0
|
||||||
|
@ -19828,17 +19825,18 @@ snapshots:
|
||||||
|
|
||||||
ms@2.1.3: {}
|
ms@2.1.3: {}
|
||||||
|
|
||||||
msw@2.4.1(graphql@16.9.0)(typescript@5.5.4):
|
msw@2.4.4(typescript@5.5.4):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@bundled-es-modules/cookie': 2.0.0
|
'@bundled-es-modules/cookie': 2.0.0
|
||||||
'@bundled-es-modules/statuses': 1.0.1
|
'@bundled-es-modules/statuses': 1.0.1
|
||||||
'@bundled-es-modules/tough-cookie': 0.1.6
|
'@bundled-es-modules/tough-cookie': 0.1.6
|
||||||
'@inquirer/confirm': 3.1.22
|
'@inquirer/confirm': 3.1.22
|
||||||
'@mswjs/interceptors': 0.29.1
|
'@mswjs/interceptors': 0.35.0
|
||||||
'@open-draft/until': 2.1.0
|
'@open-draft/until': 2.1.0
|
||||||
'@types/cookie': 0.6.0
|
'@types/cookie': 0.6.0
|
||||||
'@types/statuses': 2.0.5
|
'@types/statuses': 2.0.5
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
|
graphql: 16.9.0
|
||||||
headers-polyfill: 4.0.3
|
headers-polyfill: 4.0.3
|
||||||
is-node-process: 1.2.0
|
is-node-process: 1.2.0
|
||||||
outvariant: 1.4.3
|
outvariant: 1.4.3
|
||||||
|
@ -19847,7 +19845,6 @@ snapshots:
|
||||||
type-fest: 4.26.0
|
type-fest: 4.26.0
|
||||||
yargs: 17.7.2
|
yargs: 17.7.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
graphql: 16.9.0
|
|
||||||
typescript: 5.5.4
|
typescript: 5.5.4
|
||||||
|
|
||||||
multicast-dns@7.2.5:
|
multicast-dns@7.2.5:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user