Skip to content

Commit

Permalink
fix: update tinyspy with a fix for class mocks (fix #645) (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demivan committed Jan 27, 2022
1 parent ebf8ca1 commit 4add1eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@vueuse/integrations": "^7.5.5",
"axios": "^0.25.0",
"tinyspy": "^0.2.8"
"tinyspy": "^0.2.10"
},
"devDependencies": {
"@vitest/ui": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"chai": "^4.3.6",
"local-pkg": "^0.4.1",
"tinypool": "^0.1.1",
"tinyspy": "^0.2.8",
"tinyspy": "^0.2.10",
"vite": ">=2.7.13"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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 4add1eb

Please sign in to comment.