Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2022
1 parent 72e5f04 commit be23ade
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 98 deletions.
2 changes: 1 addition & 1 deletion app-foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"tailwindcss": "3.2.2",
"typescript": "4.8.4",
"unbuild": "0.9.1",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion csf3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"devDependencies": {
"@previewjs/vfs": "workspace:*",
"unbuild": "0.9.1",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"react": "18.2.0",
"rimraf": "3.0.2",
"vite": "3.2.3",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"rimraf": "3.0.2",
"solid-js": "1.6.1",
"vite": "3.2.3",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion frameworks/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@types/fs-extra": "^9.0.13",
"rimraf": "3.0.2",
"vite": "3.2.3",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/fs-extra": "9.0.13",
"rimraf": "3.0.2",
"vite": "3.2.3",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@types/fs-extra": "9.0.13",
"rimraf": "3.0.2",
"vite": "3.2.3",
"vitest": "0.24.5"
"vitest": "0.25.1"
}
}
Loading

0 comments on commit be23ade

Please sign in to comment.