Skip to content

Commit

Permalink
build(npm): bump msw from 1.2.2 to 2.0.0 (#1165)
Browse files Browse the repository at this point in the history
Bumps [msw](https://github.com/mswjs/msw) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v1.2.2...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
1 parent 1b4bc07 commit ac7f37b
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 154 deletions.
2 changes: 1 addition & 1 deletion examples/react-oidc-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"copyfiles": "2.4.1",
"cross-env": "^7.0.3",
"jsdom": "22.1.0",
"msw": "1.2.2",
"msw": "2.0.0",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vite-plugin-dts": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client-service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cpy": "^10.1.0",
"cpy-cli": "^5.0.0",
"rimraf": "5.0.1",
"msw": "1.2.2",
"msw": "2.0.0",
"typescript": "5.1.6",
"vite": "^4.4.4",
"vite-plugin-dts": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"jsdom": "22.1.0",
"msw": "1.2.2",
"msw": "2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "5.0.1",
Expand Down
Loading

0 comments on commit ac7f37b

Please sign in to comment.