Skip to content

Commit 1aa4645

Browse files
authored
bump msw to 2.3 (#2235)
1 parent b400ae7 commit 1aa4645

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

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.2.14'
11+
const PACKAGE_VERSION = '2.3.0'
1212
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"ip-num": "^1.5.1",
111111
"jsdom": "^24.0.0",
112112
"lint-staged": "^15.2.2",
113-
"msw": "^2.2.14",
113+
"msw": "^2.3.0",
114114
"patch-package": "^8.0.0",
115115
"postcss": "^8.4.35",
116116
"postcss-import": "^16.1.0",

0 commit comments

Comments
 (0)