1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Merge branch 'main' into archive_table

This commit is contained in:
andreas-unleash 2022-06-09 08:24:33 +03:00 committed by GitHub
commit 2dcae647f2
2 changed files with 5 additions and 5 deletions

View File

@ -76,7 +76,7 @@
"immer": "9.0.14",
"jsdom": "^19.0.0",
"lodash.clonedeep": "4.5.0",
"msw": "0.42.0",
"msw": "0.42.1",
"pkginfo": "^0.4.1",
"plausible-tracker": "0.3.8",
"prettier": "2.6.2",

View File

@ -4715,10 +4715,10 @@ ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
msw@0.42.0:
version "0.42.0"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.42.0.tgz#2286aefad82808888914e2bc5e40666e82b2824b"
integrity sha512-vB9rzgiGHoQGfkKpp3QZHxobzfuuQOJk+0bff0wtbK8k3P3CaUSt8bCwvExours682AY4mUfTjIkCsxy0JoS3w==
msw@0.42.1:
version "0.42.1"
resolved "https://registry.yarnpkg.com/msw/-/msw-0.42.1.tgz#2496d3e191754b68686e2530de459a2e102f85c4"
integrity sha512-LZZuz7VddL45gCBgfBWHyXj6a4W7OTJY0mZPoipJ3P/xwbuJwrtwB3IJrWlqBM8aink/eTKlRxwzmtIAwCj5yQ==
dependencies:
"@mswjs/cookies" "^0.2.0"
"@mswjs/interceptors" "^0.16.3"