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.3.2 (#1699)
* fix(deps): update dependency msw to ^2.3.2 * 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
fce9074175
commit
ae3f4e59f5
|
@ -20,7 +20,7 @@
|
||||||
"@redux-devtools/rtk-query-monitor": "^5.0.0",
|
"@redux-devtools/rtk-query-monitor": "^5.0.0",
|
||||||
"@reduxjs/toolkit": "^1.9.7",
|
"@reduxjs/toolkit": "^1.9.7",
|
||||||
"framer-motion": "^11.3.8",
|
"framer-motion": "^11.3.8",
|
||||||
"msw": "^2.3.1",
|
"msw": "^2.3.2",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-icons": "^5.2.1",
|
"react-icons": "^5.2.1",
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* - Please do NOT serve this file on production.
|
* - Please do NOT serve this file on production.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const PACKAGE_VERSION = '2.3.1'
|
const PACKAGE_VERSION = '2.3.2'
|
||||||
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()
|
||||||
|
|
|
@ -2563,8 +2563,8 @@ importers:
|
||||||
specifier: ^11.3.8
|
specifier: ^11.3.8
|
||||||
version: 11.3.8(react-dom@18.3.1)(react@18.3.1)
|
version: 11.3.8(react-dom@18.3.1)(react@18.3.1)
|
||||||
msw:
|
msw:
|
||||||
specifier: ^2.3.1
|
specifier: ^2.3.2
|
||||||
version: 2.3.1(typescript@5.5.3)
|
version: 2.3.2(typescript@5.5.3)
|
||||||
react:
|
react:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
|
@ -7631,7 +7631,7 @@ packages:
|
||||||
strict-event-emitter: 0.5.1
|
strict-event-emitter: 0.5.1
|
||||||
uuid: 8.3.2
|
uuid: 8.3.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
msw: 2.3.1(typescript@5.5.3)
|
msw: 2.3.2(typescript@5.5.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
@ -16265,8 +16265,8 @@ 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.3.1(typescript@5.5.3):
|
/msw@2.3.2(typescript@5.5.3):
|
||||||
resolution: {integrity: sha512-ocgvBCLn/5l3jpl1lssIb3cniuACJLoOfZu01e3n5dbJrpA5PeeWn28jCLgQDNt6d7QT8tF2fYRzm9JoEHtiig==}
|
resolution: {integrity: sha512-vDn6d6a50vxPE+HnaKQfpmZ4SVXlOjF97yD5FJcUT3v2/uZ65qvTYNL25yOmnrfCNWZ4wtAS7EbtXxygMug2Tw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
requiresBuild: true
|
requiresBuild: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user