Skip to content

Commit 08531a1

Browse files
committed
chore(deps): update dependency vitest to ^0.34.0
1 parent 54d5d03 commit 08531a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

playground/vue2-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"vite": "2.9.16",
2727
"playwright": "1.25.2",
2828
"vite-test-utils": "0.6.0",
29-
"vitest": "^0.24.5",
29+
"vitest": "^0.34.0",
3030
"vite-plugin-vue2": "2.0.3",
3131
"vue-template-compiler": "2.6.14",
3232
"vue-tsc": "0.40.13"

playground/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"vite": "2.9.16",
2727
"playwright": "1.25.2",
2828
"vite-test-utils": "0.6.0",
29-
"vitest": "^0.24.5",
29+
"vitest": "^0.34.0",
3030
"vite-plugin-vue2": "2.0.3",
3131
"vue-template-compiler": "2.6.14",
3232
"vue-tsc": "0.40.13"

playground/vue3-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"vite": "3.2.7",
2727
"playwright": "1.25.2",
2828
"vite-test-utils": "0.6.0",
29-
"vitest": "^0.24.5",
29+
"vitest": "^0.34.0",
3030
"vue-tsc": "0.40.13"
3131
}
3232
}

playground/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"vite": "3.2.7",
2727
"playwright": "1.25.2",
2828
"vite-test-utils": "0.6.0",
29-
"vitest": "^0.24.5",
29+
"vitest": "^0.34.0",
3030
"vue-tsc": "0.40.13"
3131
}
3232
}

0 commit comments

Comments
 (0)