Skip to content

Commit

Permalink
chore(Renovate): ⬆️ Update Vitest dependencies to v0.34.6 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent fac1265 commit 84d1a86
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 117 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-oranges-buy.md
@@ -0,0 +1,5 @@
---
"@terminal-nerds/vitest-config": minor
---

⬆️ Update Vitest dependencies to `v0.34.6`
6 changes: 3 additions & 3 deletions packages/vitest/package.json
Expand Up @@ -39,18 +39,18 @@
],
"dependencies": {
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "0.34.4",
"@vitest/ui": "0.34.6",
"vite": "5.0.0"
},
"peerDependencies": {
"vitest": "0.34.4"
"vitest": "0.34.6"
},
"devDependencies": {
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.2.0",
"typescript": "5.2.2",
"vitest": "0.34.4"
"vitest": "0.34.6"
},
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 84d1a86

Please sign in to comment.