Skip to content

Commit

Permalink
fix(deps): update dependency msw to v1.3.3 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent a47fd56 commit 7d17610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dexie": "3.2.7",
"http-status-codes": "2.3.0",
"miragejs": "0.1.48",
"msw": "1.3.2",
"msw": "1.3.3",
"uuid": "9.0.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ __metadata:
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
miragejs: "npm:0.1.48"
msw: "npm:1.3.2"
msw: "npm:1.3.3"
nock: "npm:13.5.4"
prettier: "npm:3.2.5"
react: "npm:18.2.0"
Expand Down Expand Up @@ -7410,9 +7410,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:1.3.2":
version: 1.3.2
resolution: "msw@npm:1.3.2"
"msw@npm:1.3.3":
version: 1.3.3
resolution: "msw@npm:1.3.3"
dependencies:
"@mswjs/cookies": "npm:^0.2.2"
"@mswjs/interceptors": "npm:^0.17.10"
Expand All @@ -7434,13 +7434,13 @@ __metadata:
type-fest: "npm:^2.19.0"
yargs: "npm:^17.3.1"
peerDependencies:
typescript: ">= 4.4.x <= 5.2.x"
typescript: ">= 4.4.x"
peerDependenciesMeta:
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 10/9864406faf9ee3381ebfdad1f06eda1468c0f34041238aba2f8eb44690f4a2d5949c68e414105a14c869aff7bd03ef61606f4acccd33735ba34d5cf290cfb189
checksum: 10/8a3b02e873c5642a3b160310f45d8927ca2e42170f904858c037796cad886ef1e690eb2b1072ba2782a7f8d2790d02e0d80067da538213961de4858b2127cee7
languageName: node
linkType: hard

Expand Down

0 comments on commit 7d17610

Please sign in to comment.