Skip to content

Commit

Permalink
fix(deps): update dependency msw to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2023
1 parent 28bdd73 commit 502feff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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 @@
"listr2": "5.0.7",
"lodash.template": "4.5.0",
"make-dir-cli": "3.0.0",
"msw": "1.0.0",
"msw": "1.1.0",
"ncp": "2.0.0",
"node-notifier": "10.0.1",
"nodemon": "2.0.20",
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": "13.4.0",
"jest": "29.4.3",
"msw": "1.0.0",
"msw": "1.1.0",
"typescript": "4.9.5"
},
"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 @@ -56,7 +56,7 @@
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-watch-typeahead": "2.2.2",
"msw": "1.0.0",
"msw": "1.1.0",
"ts-toolbelt": "9.6.0",
"whatwg-fetch": "3.6.2"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6692,7 +6692,7 @@ __metadata:
"@testing-library/react": 13.4.0
core-js: 3.29.0
jest: 29.4.3
msw: 1.0.0
msw: 1.1.0
react: 18.2.0
typescript: 4.9.5
languageName: unknown
Expand Down Expand Up @@ -7201,7 +7201,7 @@ __metadata:
jest: 29.4.3
jest-environment-jsdom: 29.4.3
jest-watch-typeahead: 2.2.2
msw: 1.0.0
msw: 1.1.0
ts-toolbelt: 9.6.0
typescript: 4.9.5
whatwg-fetch: 3.6.2
Expand Down Expand Up @@ -23352,9 +23352,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:1.0.0":
version: 1.0.0
resolution: "msw@npm:1.0.0"
"msw@npm:1.1.0":
version: 1.1.0
resolution: "msw@npm:1.1.0"
dependencies:
"@mswjs/cookies": ^0.2.2
"@mswjs/interceptors": ^0.17.5
Expand Down Expand Up @@ -23382,7 +23382,7 @@ __metadata:
optional: true
bin:
msw: cli/index.js
checksum: 551b59e42bbe110d9f666b0a545c5e270a213e04b4d358c47c205bb1f8ced8aee76e41b3f507754268fa5e59e07de0a5dd0562ada19892c06154b3db0f62abb0
checksum: 146b6841f93b0d03d6ff465347ebe2ba6dff84f7618305f98b4c7469ab4fc480aa4030ef8504b56a867b0d47a68a6890ad06dcb21660f99a65e7d9a2b9753fb0
languageName: node
linkType: hard

Expand Down Expand Up @@ -27801,7 +27801,7 @@ __metadata:
listr2: 5.0.7
lodash.template: 4.5.0
make-dir-cli: 3.0.0
msw: 1.0.0
msw: 1.1.0
ncp: 2.0.0
node-notifier: 10.0.1
nodemon: 2.0.20
Expand Down

0 comments on commit 502feff

Please sign in to comment.