Skip to content

Commit

Permalink
feat: non-url i18n for csr routes (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored May 8, 2024
1 parent 9fd6803 commit 23d996b
Show file tree
Hide file tree
Showing 11 changed files with 8,912 additions and 6,234 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Temporary Items
.apdisk

*.tgz
.prettierrc
.prettierrc*
.vscode
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@globalbrain/nuxt-i18n",
"version": "1.2.2",
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.1.0",
"description": "Minimal module for i18n with locale auto-imports & localized routing",
"author": "Divyansh Singh <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -39,19 +39,22 @@
"prepack": "nuxt-module-build build"
},
"dependencies": {
"@nuxt/kit": "^3.10.3",
"knitwork": "^1.0.0"
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"knitwork": "^1.1.0",
"radix3": "^1.1.2"
},
"devDependencies": {
"@globalbrain/eslint-config": "^1.5.2",
"@nuxt/module-builder": "^0.5.5",
"@globalbrain/eslint-config": "^1.6.0",
"@nuxt/module-builder": "^0.6.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.11.21",
"@types/node": "^20.12.10",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"release-it": "^17.1.1",
"typescript": "^5.3.3",
"vitest": "1.0.0-beta.2",
"nuxt": "^3.11.2",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"unctx": "^2.3.1",
"vitest": "1.6.0",
"vue-tsc": "^1.8.27"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 23d996b

Please sign in to comment.