Skip to content

Commit

Permalink
Bump msw from 1.0.0 to 2.6.7
Browse files Browse the repository at this point in the history
Bumps [msw](https://github.com/mswjs/msw) from 1.0.0 to 2.6.7.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v1.0.0...v2.6.7)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent eb1fd37 commit a0be4db
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 320 deletions.
2 changes: 1 addition & 1 deletion code/react/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@vitejs/plugin-react": "4.3.1",
"eslint": "8.57.0",
"eslint-plugin-react": "7.36.1",
"msw": "1.3.1",
"msw": "2.6.7",
"typescript": "5.6.2",
"vite": "5.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/react/testing-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@vitejs/plugin-react": "4.3.1",
"mock-server": "workspace:*",
"msw": "1.0.0",
"msw": "2.6.7",
"react": "18.3.1",
"tsconfig": "workspace:*",
"typescript": "5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"main": "./server.ts",
"types": "./server.ts",
"dependencies": {
"msw": "1.0.0"
"msw": "2.6.7"
}
}
Loading

0 comments on commit a0be4db

Please sign in to comment.