Skip to content

Commit ab734bd

Browse files
up
1 parent 529392c commit ab734bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
"onlyBuiltDependencies": [
8383
"@swc/core",
8484
"esbuild",
85-
"msw"
85+
"msw",
86+
"unrs-resolver"
8687
]
8788
},
8889
"volta": {

public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.4'
11+
const PACKAGE_VERSION = '2.7.6'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

0 commit comments

Comments
 (0)