Skip to content

Commit

Permalink
fix(deps): update dependency msw to v1.2.2 (redwoodjs#8633)
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 Jun 16, 2023
1 parent 3dc666d commit 66938e8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"lerna": "7.0.2",
"listr2": "6.6.0",
"make-dir-cli": "3.0.0",
"msw": "1.2.1",
"msw": "1.2.2",
"ncp": "2.0.0",
"nodemon": "2.0.22",
"npm-packlist": "7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"jest": "29.5.0",
"msw": "1.2.1",
"msw": "1.2.2",
"typescript": "5.1.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-watch-typeahead": "2.2.2",
"msw": "1.2.1",
"msw": "1.2.2",
"ts-toolbelt": "9.6.0",
"whatwg-fetch": "3.6.2"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7344,7 +7344,7 @@ __metadata:
"@testing-library/react": 14.0.0
core-js: 3.31.0
jest: 29.5.0
msw: 1.2.1
msw: 1.2.2
react: 18.2.0
typescript: 5.1.3
languageName: unknown
Expand Down Expand Up @@ -7985,7 +7985,7 @@ __metadata:
jest: 29.5.0
jest-environment-jsdom: 29.5.0
jest-watch-typeahead: 2.2.2
msw: 1.2.1
msw: 1.2.2
ts-toolbelt: 9.6.0
typescript: 5.1.3
whatwg-fetch: 3.6.2
Expand Down Expand Up @@ -23174,9 +23174,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:1.2.1":
version: 1.2.1
resolution: "msw@npm:1.2.1"
"msw@npm:1.2.2":
version: 1.2.2
resolution: "msw@npm:1.2.2"
dependencies:
"@mswjs/cookies": ^0.2.2
"@mswjs/interceptors": ^0.17.5
Expand All @@ -23198,13 +23198,13 @@ __metadata:
type-fest: ^2.19.0
yargs: ^17.3.1
peerDependencies:
typescript: ">= 4.4.x <= 5.0.x"
typescript: ">= 4.4.x <= 5.1.x"
peerDependenciesMeta:
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 8d71b11548b49fd7c10dc8ad58277363d26d3ece3da5499b047150554522967bb3849ac39e440f01c8ab77888f2f1ab816509bbcc0d97d3bc2fb80fbfe9b3bbd
checksum: 51776c8394d5d3f7739288e9f064049151da392372af418ac2d22b36c9d841befd66337a03a795bdf4aa258d1a095984070cd5ab02395498b1033798e545b067
languageName: node
linkType: hard

Expand Down Expand Up @@ -27153,7 +27153,7 @@ __metadata:
lerna: 7.0.2
listr2: 6.6.0
make-dir-cli: 3.0.0
msw: 1.2.1
msw: 1.2.2
ncp: 2.0.0
nodemon: 2.0.22
npm-packlist: 7.0.4
Expand Down

0 comments on commit 66938e8

Please sign in to comment.