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

Commit

Permalink
Dump vitest and vitest c8 coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbackdan committed May 25, 2023
1 parent 253977c commit 61c4297
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 70 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nuxt/schema": "3.5.0",
"@release-it-plugins/workspaces": "3.2.0",
"@release-it/conventional-changelog": "5.1.1",
"@vitest/coverage-c8": "0.30.1",
"@vitest/coverage-c8": "0.30.1 || ^0.31.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
Expand All @@ -32,7 +32,7 @@
"prettier": "2.8.8",
"release-it": "15.10.3",
"unbuild": "1.2.1",
"vitest": "0.30.1",
"vitest": "0.30.1 || ^0.31.1",
"vue": "3.3.4"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"@nuxt/kit": "3.5.0",
"@nuxt/schema": "3.5.0",
"nuxt": "3.5.0",
"vitest": "^0.30.0"
"vitest": "^0.30.0 || ^0.31.0"
}
}
2 changes: 1 addition & 1 deletion packages/vitest-environment-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"vue": "3.3.4"
},
"peerDependencies": {
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0",
"vue": "^3.2.45",
"vue-router": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nuxt/devtools": "0.5.0",
"nuxt": "3.5.0",
"nuxt-vitest": "0.7.1",
"vitest": "0.30.1",
"vitest": "0.30.1 || ^0.31.0",
"vitest-environment-nuxt": "0.7.1"
},
"version": "0.7.1"
Expand Down

0 comments on commit 61c4297

Please sign in to comment.