Skip to content

Commit 427ba3a

Browse files
committed
chore: bump vite and vitest
1 parent 1b7f9e3 commit 427ba3a

File tree

5 files changed

+493
-325
lines changed

5 files changed

+493
-325
lines changed

packages/vue-i18n-routing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@microsoft/api-extractor": "^7.31.1",
2525
"api-docs-gen": "^0.4.0",
2626
"typescript": "^5.1.6",
27-
"vite": "^3.2.2",
28-
"vite-plugin-dts": "^0.9.6",
29-
"vitest": "^0.25.2",
27+
"vite": "^4.4.9",
28+
"vite-plugin-dts": "^3.5.1",
29+
"vitest": "^0.34.1",
3030
"vue": "^3.2.27",
3131
"vue-i18n": "npm:vue-i18n@next",
3232
"vue-i18n-bridge": "next",

packages/vue-i18n-routing/src/__test__/__snapshots__/compatibles.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`localeHead > composition mode > should be worked > en 1`] = `
44
{

packages/vue-i18n-routing/src/__test__/__snapshots__/resolve.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`localizeRoutes > Route optiosn resolver: routing disable > should be disabled routing 1`] = `
44
[

packages/vue-i18n-routing/src/composables/__test__/__snapshots__/head.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Vitest Snapshot v1
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`useLocaleHead > basic > should be worked > en 1`] = `
44
{

0 commit comments

Comments
 (0)