Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: move vitest to peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 21, 2023
1 parent aef0704 commit 616b721
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
7 changes: 4 additions & 3 deletions packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,22 @@
"peerDependencies": {
"@vitejs/plugin-vue": "*",
"@vitejs/plugin-vue-jsx": "*",
"vite": "*"
"vite": "*",
"vitest": "^0.30.0"
},
"dependencies": {
"@nuxt/kit": "^3.2.0",
"@vitest/ui": "^0.30.0",
"get-port-please": "^3.0.1",
"perfect-debounce": "^1.0.0",
"std-env": "^3.3.3",
"vitest": "^0.30.0",
"vitest-environment-nuxt": "0.7.0"
},
"devDependencies": {
"@nuxt/module-builder": "0.3.1",
"@nuxt/kit": "3.5.0",
"@nuxt/schema": "3.5.0",
"nuxt": "3.5.0"
"nuxt": "3.5.0",
"vitest": "^0.30.0"
}
}
11 changes: 4 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 616b721

Please sign in to comment.