Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions apps/hello-carbon-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@
"test:e2e:safari": "npx cypress run --e2e --browser safari"
},
"dependencies": {
"@carbon/icons-vue": "^10.109.0",
"@carbon/icons-vue": "^10.99.1",
"@carbon/themes": "^10.55.6",
"@carbon/vue": "^3.0.27",
"@nuxt/eslint": "^1.4.1",
"@nuxtjs/i18n": "^10.0.0",
"@nuxtjs/i18n": "^10.1.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@sidebase/nuxt-auth": "^1.0.0",
"@sidebase/nuxt-auth": "^1.0.2",
"lodash.merge": "^4.6.2",
"luxon": "^3.6.1",
"next-auth": "~4.21.1",
"nuxt": "^4.0.1",
"luxon": "^3.7.2",
"nuxt": "^4.1.2",
"vue": "latest",
"vue-router": "latest",
"winston": "^3.17.0"
Expand All @@ -39,7 +38,7 @@
"cypress": "^15.2.0",
"eslint": "^9.36.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"sass": "^1.89.2"
"sass": "^1.93.0"
},
"resolutions": {
"vue-i18n": "10.0.6"
Expand Down
10 changes: 5 additions & 5 deletions apps/hello-carbon-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@carbon/icons-vue": "^10.99.1",
"@carbon/themes": "^10.55.6",
"@carbon/vue": "^3.0.26",
"@vueuse/components": "^13.3.0",
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.2.0",
"carbon-components": "^10.59.1",
"i18next": "^25.2.0",
"carbon-components": "^10.59.2",
"i18next": "^25.5.2",
"i18next-http-backend": "^3.0.2",
"i18next-vue": "^5.3.0",
"lodash": "^4.17.21",
"pinia": "^3.0.2",
"sass": "^1.89.0",
"sass": "^1.93.0",
"vue": "^3.5.14",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@stylistic/eslint-plugin": "^5.4.0",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/vite": "^4.1.13",
"@tsconfig/node22": "^22.0.2",
Expand Down
30 changes: 15 additions & 15 deletions apps/hello-carbon-vue3/src/types/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
* Shared localized name language keys across ACNH datasets.
*/

export type NameLanguageKey =
| "name-USen"
| "name-EUen"
| "name-EUde"
| "name-EUes"
| "name-USes"
| "name-EUfr"
| "name-USfr"
| "name-EUit"
| "name-EUnl"
| "name-CNzh"
| "name-TWzh"
| "name-JPja"
| "name-KRko"
| "name-EUru";
export type NameLanguageKey
= | "name-USen"
| "name-EUen"
| "name-EUde"
| "name-EUes"
| "name-USes"
| "name-EUfr"
| "name-USfr"
| "name-EUit"
| "name-EUnl"
| "name-CNzh"
| "name-TWzh"
| "name-JPja"
| "name-KRko"
| "name-EUru";

/**
* Generic localized map for names keyed by NameLanguageKey by default.
Expand Down
30 changes: 15 additions & 15 deletions apps/hello-carbon-vue3/src/types/villagers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@

import { LocalizedNameMap } from "./language";

export type CatchTranslationKey =
| "catch-USen"
| "catch-EUen"
| "catch-EUde"
| "catch-EUes"
| "catch-USes"
| "catch-EUfr"
| "catch-USfr"
| "catch-EUit"
| "catch-EUnl"
| "catch-CNzh"
| "catch-TWzh"
| "catch-JPja"
| "catch-KRko"
| "catch-EUru";
export type CatchTranslationKey
= | "catch-USen"
| "catch-EUen"
| "catch-EUde"
| "catch-EUes"
| "catch-USes"
| "catch-EUfr"
| "catch-USfr"
| "catch-EUit"
| "catch-EUnl"
| "catch-CNzh"
| "catch-TWzh"
| "catch-JPja"
| "catch-KRko"
| "catch-EUru";

export type CatchTranslationsMap = Record<CatchTranslationKey, string>;

Expand Down
12 changes: 6 additions & 6 deletions apps/hello-carbon11-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"ci:lint": "eslint --max-warnings 0"
},
"dependencies": {
"@carbon/grid": "^11.38.0",
"@carbon/icons-vue": "^10.111.0",
"@carbon/grid": "^11.43.0",
"@carbon/icons-vue": "^10.99.1",
"@carbon/themes": "^11.55.0",
"@carbon/web-components": "^2.32.1",
"@stylistic/eslint-plugin": "^5.1.0",
"@carbon/web-components": "^2.36.0",
"@stylistic/eslint-plugin": "^5.4.0",
"@vueuse/core": "^13.5.0",
"i18next": "^25.3.1",
"i18next": "^25.5.2",
"i18next-http-backend": "^3.0.2",
"i18next-vue": "^5.3.0",
"lodash": "^4.17.21",
"pinia": "^3.0.3",
"sass": "^1.89.2",
"sass": "^1.93.0",
"superagent": "^10.2.1",
"v-lazy-image": "^2.1.1",
"vue": "^3.5.17",
Expand Down
Loading
Loading