Skip to content

Commit c995e55

Browse files
Update dependency vitest to v3 (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42646ba commit c995e55

File tree

5 files changed

+204
-157
lines changed

5 files changed

+204
-157
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "9.7.0",
3030
"tsx": "4.16.2",
3131
"typescript": "5.5.3",
32-
"vitest": "2.0.2"
32+
"vitest": "3.0.2"
3333
},
3434
"scripts": {
3535
"build": "tsc --build tsconfig.build.json",

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"execa": "9.3.0",
2727
"tsx": "4.16.2",
2828
"typescript": "5.5.3",
29-
"vitest": "2.0.2",
29+
"vitest": "3.0.2",
3030
"wait-for-localhost": "4.1.0"
3131
},
3232
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"skott": "0.35.2",
1515
"turbo": "1.13.4",
1616
"typescript": "5.5.3",
17-
"vitest": "2.0.2"
17+
"vitest": "3.0.2"
1818
},
1919
"scripts": {
2020
"build": "turbo run build",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "22.9.3",
2121
"eslint": "9.7.0",
2222
"typescript": "5.5.3",
23-
"vitest": "2.0.2"
23+
"vitest": "3.0.2"
2424
},
2525
"scripts": {
2626
"build": "tsc --build tsconfig.build.json",

0 commit comments

Comments
 (0)