Skip to content

Commit

Permalink
chore: bump vue-i18n from 9.14.0 to 10.0.1 (#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Sep 13, 2024
1 parent 29f572a commit 10b90ea
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 43 deletions.
2 changes: 1 addition & 1 deletion internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@intlify/unplugin-vue-i18n": "^5.0.0",
"@jspm/generator": "^2.3.0",
"archiver": "^7.0.1",
"cheerio": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
}
},
"dependencies": {
"@intlify/core-base": "^9.14.0",
"@intlify/core-base": "^10.0.1",
"@vben-core/composables": "workspace:*",
"vue": "^3.5.4",
"vue-i18n": "^9.14.0"
"vue-i18n": "^10.0.1"
}
}
5 changes: 5 additions & 0 deletions playground/src/router/routes/modules/demos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const routes: RouteRecordRaw[] = [
path: '/demos/features/icons',
component: () => import('#/views/demos/features/icons/index.vue'),
meta: {
icon: 'lucide:annoyed',
title: $t('page.demos.features.icons'),
},
},
Expand All @@ -119,6 +120,7 @@ const routes: RouteRecordRaw[] = [
component: () =>
import('#/views/demos/features/watermark/index.vue'),
meta: {
icon: 'lucide:tags',
title: $t('page.demos.features.watermark'),
},
},
Expand Down Expand Up @@ -171,6 +173,7 @@ const routes: RouteRecordRaw[] = [
component: () =>
import('#/views/demos/features/full-screen/index.vue'),
meta: {
icon: 'lucide:fullscreen',
title: $t('page.demos.features.fullScreen.title'),
},
},
Expand All @@ -180,6 +183,7 @@ const routes: RouteRecordRaw[] = [
component: () =>
import('#/views/demos/features/clipboard/index.vue'),
meta: {
icon: 'lucide:copy',
title: $t('page.demos.features.clipboard'),
},
},
Expand All @@ -189,6 +193,7 @@ const routes: RouteRecordRaw[] = [
component: () =>
import('#/views/demos/features/vue-query/index.vue'),
meta: {
icon: 'lucide:git-pull-request-arrow',
title: 'Tanstack Query',
},
},
Expand Down
144 changes: 104 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10b90ea

Please sign in to comment.