mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-16 07:45:55 +03:00
fix(deps): update dependency msw to ^2.12.1 (#1956)
* fix(deps): update dependency msw to ^2.12.1 * 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
1039d6c827
commit
36f1f36471
|
|
@ -19,7 +19,7 @@
|
|||
"@redux-devtools/dock-monitor": "workspace:^",
|
||||
"@redux-devtools/rtk-query-monitor": "workspace:^",
|
||||
"@reduxjs/toolkit": "^2.10.1",
|
||||
"msw": "^2.11.6",
|
||||
"msw": "^2.12.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-icons": "^5.5.0",
|
||||
|
|
@ -50,6 +50,8 @@
|
|||
"webpack-dev-server": "^5.2.2"
|
||||
},
|
||||
"msw": {
|
||||
"workerDirectory": "public"
|
||||
"workerDirectory": [
|
||||
"public"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* - Please do NOT modify this file.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.11.6'
|
||||
const PACKAGE_VERSION = '2.12.1'
|
||||
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
|
|
|||
|
|
@ -2063,7 +2063,7 @@ importers:
|
|||
specifier: ^2.10.1
|
||||
version: 2.10.1(react-redux@9.2.0(@types/react@19.2.3)(react@19.2.0)(redux@5.0.1))(react@19.2.0)
|
||||
msw:
|
||||
specifier: ^2.11.6
|
||||
specifier: ^2.12.1
|
||||
version: 2.12.1(@types/node@24.10.1)(typescript@5.9.3)
|
||||
react:
|
||||
specifier: ^19.2.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user