Skip to content

Commit c046b7a

Browse files
authored
chore: update msw package version to 2.12.10 in workspace and mock service worker files (#610)
1 parent fe2b365 commit c046b7a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/synapse-core/test/mocks/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.12.7'
10+
const PACKAGE_VERSION = '2.12.10'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

packages/synapse-sdk/src/test/mocks/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* - Please do NOT modify this file.
88
*/
99

10-
const PACKAGE_VERSION = '2.12.7'
10+
const PACKAGE_VERSION = '2.12.10'
1111
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
1212
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1313
const activeClientIds = new Set()

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ catalog:
2121
'@types/react-dom': ^19.2.3
2222
abitype: ^1.2.0
2323
mocha: ^11.7.4
24-
msw: 2.12.7
24+
msw: 2.12.10
2525
ox: ^0.12.0
2626
typescript: 5.9.3
2727
viem: ^2.45.1

0 commit comments

Comments
 (0)