Skip to content

Commit

Permalink
chore(deps): use correct peer deps setup for vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Oct 26, 2023
1 parent 43b3bad commit 5201255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/vitest-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Installation

```bash
pnpm add --save-dev @apitree/vitest-config vitest
pnpm add --save-dev @apitree/vitest-config vite vitest
```

## Usage
Expand Down
5 changes: 3 additions & 2 deletions packages/vitest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
},
"dependencies": {
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-istanbul": "^0.34.6",
"vite": "^4.5.0"
"@vitest/coverage-istanbul": "^0.34.6"
},
"devDependencies": {
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"peerDependencies": {
"vite": "^4.5.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5201255

Please sign in to comment.