Skip to content

Commit 8f6d059

Browse files
authored
fix(types): accept asymmetric matchers in stub arguments (#23)
1 parent 483417b commit 8f6d059

File tree

6 files changed

+775
-196
lines changed

6 files changed

+775
-196
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"@mcous/prettier-config": "^0.3.0",
5050
"@mcous/typescript-config": "^0.2.1",
5151
"@types/node": "^22.13.4",
52-
"@vitest/coverage-istanbul": "^3.0.5",
53-
"@vitest/expect": "^3.0.5",
52+
"@vitest/coverage-istanbul": "^3.2.0",
53+
"@vitest/expect": "^3.2.0",
5454
"concurrently": "^9.1.2",
5555
"eslint": "^9.20.1",
5656
"prettier": "^3.5.1",
5757
"tsup": "^8.3.6",
5858
"typescript": "5.7.3",
59-
"vitest": "^3.0.5"
59+
"vitest": "^3.2.0"
6060
},
6161
"peerDependencies": {
6262
"@vitest/expect": ">=0.31.0 <4",

0 commit comments

Comments
 (0)