From cfda1636ffb97ae986e994f5cf15f698128c26f0 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Wed, 7 Feb 2024 21:41:55 -0600 Subject: [PATCH] forgot to bump mockServiceWorker.js (no actual changes) --- mockServiceWorker.js | 4 ++-- package.json | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mockServiceWorker.js b/mockServiceWorker.js index 2f1d1d569..b6fe23a14 100644 --- a/mockServiceWorker.js +++ b/mockServiceWorker.js @@ -2,13 +2,13 @@ /* tslint:disable */ /** - * Mock Service Worker (2.0.10). + * Mock Service Worker (2.1.7). * @see https://github.com/mswjs/msw * - Please do NOT modify this file. * - Please do NOT serve this file on production. */ -const INTEGRITY_CHECKSUM = 'c5f7f8e188b673ea4e677df7ea3c5a39' +const INTEGRITY_CHECKSUM = '223d191a56023cd36aa88c802961b911' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set() diff --git a/package.json b/package.json index 2130c9d84..c670bcf70 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,9 @@ "not IE 11" ], "msw": { - "workerDirectory": "" + "workerDirectory": [ + "" + ] }, "lint-staged": { "*.{js,ts,tsx,json}": "eslint --cache --fix"