Skip to content

Commit e80e992

Browse files
build(deps-dev): bump vitest from 2.1.8 to 3.0.2
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.8 to 3.0.2. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 104377c commit e80e992

File tree

4 files changed

+363
-431
lines changed

4 files changed

+363
-431
lines changed

generators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@withfig/autocomplete-types": "workspace:^",
2020
"tsx": "^4.19.2",
2121
"typescript": "^5.5.4",
22-
"vitest": "^2.1.4"
22+
"vitest": "^3.0.2"
2323
},
2424
"publishConfig": {
2525
"access": "public"

helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prettier": "^3.3.3",
2626
"tsx": "^4.19.2",
2727
"typescript": "^5.5.4",
28-
"vitest": "^2.1.4"
28+
"vitest": "^3.0.2"
2929
},
3030
"publishConfig": {
3131
"access": "public"

0 commit comments

Comments
 (0)