Skip to content

Commit

Permalink
fix(vitest): allow Vitest v3 in peer depdendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jan 20, 2025
1 parent d7b7234 commit 9427ffb
Show file tree
Hide file tree
Showing 2 changed files with 769 additions and 885 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@
"@mcous/typescript-config": "0.2.1",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitest/coverage-istanbul": "^2.0.1",
"@vitest/expect": "^2.0.1",
"concurrently": "^8.2.2",
"eslint": "8.56.0",
"@vitest/coverage-istanbul": "^3.0.2",
"@vitest/expect": "^3.0.2",
"concurrently": "^9.1.2",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-sonarjs": "0.24.0",
"eslint-plugin-unicorn": "51.0.1",
"prettier": "3.3.2",
"tsup": "^8.1.0",
"typescript": "5.5.3",
"vitest": "^2.0.1"
"prettier": "3.4.2",
"tsup": "^8.3.5",
"typescript": "5.7.3",
"vitest": "^3.0.2"
},
"peerDependencies": {
"@vitest/expect": ">=0.31.0 <3.0.0",
"vitest": ">=0.31.0 <3.0.0"
"@vitest/expect": ">=0.31.0 <4",
"vitest": ">=0.31.0 <4"
},
"peerDependenciesMeta": {
"@vitest/expect": {
Expand Down
Loading

0 comments on commit 9427ffb

Please sign in to comment.