Skip to content

Commit

Permalink
fix: allow vitest v2 in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jul 9, 2024
1 parent 9d01688 commit ab816ea
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 1,023 deletions.
40 changes: 24 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,37 +47,45 @@
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": "@mcous/eslint-config"
"extends": "@mcous/eslint-config",
"rules": {
"@typescript-eslint/restrict-template-expressions": [
"error",
{
"allowNumber": true
}
]
}
},
"devDependencies": {
"@mcous/eslint-config": "0.4.3",
"@mcous/eslint-config": "0.4.4",
"@mcous/prettier-config": "0.3.0",
"@mcous/typescript-config": "0.2.1",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitest/coverage-istanbul": "^1.1.3",
"@vitest/expect": "^1.1.3",
"@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",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-unicorn": "50.0.1",
"prettier": "3.1.1",
"tsup": "^8.0.1",
"typescript": "5.3.3",
"vitest": "^1.1.3"
"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"
},
"peerDependencies": {
"@vitest/expect": ">=0.31.0 <2.0.0",
"vitest": ">=0.31.0 <2.0.0"
"@vitest/expect": ">=0.31.0 <3.0.0",
"vitest": ">=0.31.0 <3.0.0"
},
"peerDependenciesMeta": {
"@vitest/expect": {
"optional": true
}
},
"packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf",
"packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"publishConfig": {
"access": "public",
"provenance": true
Expand Down
Loading

0 comments on commit ab816ea

Please sign in to comment.