Skip to content

Commit

Permalink
fix(vitest): allow Vitest v3 in peer depdendencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jan 20, 2025
1 parent d7b7234 commit a8684af
Show file tree
Hide file tree
Showing 3 changed files with 770 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ['16', '18', '20']
node-version: ['18', '20']

steps:
- name: Checkout source
Expand Down
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 a8684af

Please sign in to comment.