Skip to content

Commit 278872e

Browse files
chore(deps): update dependency vitest to v4 (#2043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b26724 commit 278872e

File tree

4 files changed

+156
-194
lines changed

4 files changed

+156
-194
lines changed

examples/custom-esbuild/sanity-esbuild-app-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"ts-node": "10.9.2",
4545
"typescript": "5.9.3",
4646
"typescript-eslint": "8.56.0",
47-
"vitest": "3.2.4"
47+
"vitest": "4.0.18"
4848
}
4949
}

examples/custom-esbuild/sanity-esbuild-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"ts-node": "10.9.2",
4141
"typescript": "5.9.3",
4242
"typescript-eslint": "8.56.0",
43-
"vitest": "3.2.4"
43+
"vitest": "4.0.18"
4444
}
4545
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"prettier": "^3.0.0",
4646
"ts-jest": "29.4.6",
4747
"turbo": "^2.4.0",
48-
"vitest": "3.2.4"
48+
"vitest": "4.0.18"
4949
},
5050
"lint-staged": {
5151
"*.{js,ts,html,md}": [

0 commit comments

Comments
 (0)