Skip to content

Commit

Permalink
chore: update vitest to 0.34.6 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 2, 2023
1 parent 8a82ce6 commit 62a6ffe
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 135 deletions.
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"listhen": "^1.5.5",
"nuxt": "3.8.2",
"typescript": "5.2.2",
"vitest": "0.33.0",
"vitest": "0.34.6",
"vue-tsc": "1.8.19"
},
"version": "0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"nuxt": "^3.8.2",
"vitest": "0.33.0"
"vitest": "0.34.6"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"unbuild": "latest",
"unimport": "3.6.0",
"vite": "5.0.4",
"vitest": "0.33.0",
"vitest": "0.34.6",
"vue-router": "4.2.5",
"vue-tsc": "1.8.24"
},
Expand All @@ -94,7 +94,7 @@
"jsdom": "^22.0.0 || ^23.0.0",
"playwright-core": "^1.34.3",
"vite": "*",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0",
"vitest": "^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0 || ^0.34.6",
"vue": "^3.3.4",
"vue-router": "^4.0.0"
},
Expand Down
Loading

0 comments on commit 62a6ffe

Please sign in to comment.