Skip to content

Commit 4865ff7

Browse files
committed
chore: update msw package version to 2.12.14 in workspace and mock service worker files
1 parent 8b61b3f commit 4865ff7

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.10'
10+
const PACKAGE_VERSION = '2.12.14'
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.10'
10+
const PACKAGE_VERSION = '2.12.14'
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.10
24+
msw: 2.12.14
2525
ox: ^0.14.0
2626
typescript: 5.9.3
2727
viem: ^2.47.0

0 commit comments

Comments
 (0)