Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 91a85a9 commit b364355
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 385 deletions.
2 changes: 1 addition & 1 deletion examples/api-before-14.3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.7.0",
"vitest": "^2.1.8",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/type-checked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.7.0",
"vitest": "^2.1.8",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.7.3",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vitest": "^3.0.2",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "~5.7.3",
"vitest": "^2.1.8",
"vitest": "^3.0.2",
"vue": "^3.5.13"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b364355

Please sign in to comment.