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

Bump vitest and vitest c8 coverage #185

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
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.0",
"vue": "3.3.4"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-vitest/package.json
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
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
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