Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency msw to v2.4.3 (develop) #926

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"loglevel": "^1.9.1",
"lz-string": "^1.5.0",
"material-react-table": "^2.13.0",
"msw": "2.3.5",
"msw": "2.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4968,7 +4968,7 @@ __metadata:
loglevel: "npm:^1.9.1"
lz-string: "npm:^1.5.0"
material-react-table: "npm:^2.13.0"
msw: "npm:2.3.5"
msw: "npm:2.4.3"
prettier: "npm:3.3.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -6106,9 +6106,9 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:2.3.5":
version: 2.3.5
resolution: "msw@npm:2.3.5"
"msw@npm:2.4.3":
version: 2.4.3
resolution: "msw@npm:2.4.3"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.0"
"@bundled-es-modules/statuses": "npm:^1.0.1"
Expand All @@ -6128,13 +6128,13 @@ __metadata:
type-fest: "npm:^4.9.0"
yargs: "npm:^17.7.2"
peerDependencies:
typescript: ">= 4.7.x"
typescript: ">= 4.8.x"
peerDependenciesMeta:
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 10c0/f944d8eb67ccdcf74aba0ce433395a9616420b8b36d43f033635817ef7535553c7bf6854392a95b093546e3481ca99e9017525b6c0bd02f51528b669e672214d
checksum: 10c0/5d9283e60c2950cc94863095bf196a0fd8f003fbd3783bcad868a7abe0560f05f8c24d84122d24a4cfb31d75fecdf6ca14772fa736b96e24e8455fbe3f709c85
languageName: node
linkType: hard

Expand Down