Skip to content

Commit

Permalink
fix(browser): define mocker as a dependency (#6476)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 11, 2024
1 parent b2be23e commit 9560ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"dependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@vitest/mocker": "workspace:*",
"@vitest/utils": "workspace:*",
"magic-string": "^0.30.11",
"msw": "^2.3.5",
Expand All @@ -96,7 +97,6 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@types/ws": "^8.5.12",
"@vitest/mocker": "workspace:*",
"@vitest/runner": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/ws-client": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9560ab7

Please sign in to comment.