Skip to content

Commit

Permalink
chore: bump vite and vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 12, 2023
1 parent 1b7f9e3 commit 427ba3a
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 325 deletions.
6 changes: 3 additions & 3 deletions packages/vue-i18n-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@microsoft/api-extractor": "^7.31.1",
"api-docs-gen": "^0.4.0",
"typescript": "^5.1.6",
"vite": "^3.2.2",
"vite-plugin-dts": "^0.9.6",
"vitest": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vitest": "^0.34.1",
"vue": "^3.2.27",
"vue-i18n": "npm:vue-i18n@next",
"vue-i18n-bridge": "next",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`localeHead > composition mode > should be worked > en 1`] = `
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`localizeRoutes > Route optiosn resolver: routing disable > should be disabled routing 1`] = `
[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`useLocaleHead > basic > should be worked > en 1`] = `
{
Expand Down

0 comments on commit 427ba3a

Please sign in to comment.