devDeps: Bump msw from 2.3.1 to 2.3.2
This manually bumps msw from 2.3.1 to 2.3.2
This commit is contained in:
parent
2160177494
commit
a8fea7c377
3 changed files with 6 additions and 6 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -70,7 +70,7 @@
|
|||
"history": "5.3.0",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"moment": "2.30.1",
|
||||
"msw": "2.3.1",
|
||||
"msw": "2.3.2",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-scss": "4.0.9",
|
||||
"react-chartjs-2": "5.2.0",
|
||||
|
|
@ -13865,9 +13865,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/msw": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.3.1.tgz",
|
||||
"integrity": "sha512-ocgvBCLn/5l3jpl1lssIb3cniuACJLoOfZu01e3n5dbJrpA5PeeWn28jCLgQDNt6d7QT8tF2fYRzm9JoEHtiig==",
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/msw/-/msw-2.3.2.tgz",
|
||||
"integrity": "sha512-vDn6d6a50vxPE+HnaKQfpmZ4SVXlOjF97yD5FJcUT3v2/uZ65qvTYNL25yOmnrfCNWZ4wtAS7EbtXxygMug2Tw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
"history": "5.3.0",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"moment": "2.30.1",
|
||||
"msw": "2.3.1",
|
||||
"msw": "2.3.2",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-scss": "4.0.9",
|
||||
"react-chartjs-2": "5.2.0",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* - Please do NOT serve this file on production.
|
||||
*/
|
||||
|
||||
const PACKAGE_VERSION = '2.3.1'
|
||||
const PACKAGE_VERSION = '2.3.2'
|
||||
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
|
||||
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
||||
const activeClientIds = new Set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue