Skip to content

Commit

Permalink
feat: runtime config support for detectBrowserLanguage (#2824)
Browse files Browse the repository at this point in the history
* feat: add runtime config support for detectBrowserLanguage

* chore(deps): update dependencies

* test: add test helper to set runtime config

* test: merge browser language detection tests

* test: merge baseUrl tests

* chore(deps): update dependencies

* refactor: cleanup

* chore(deps): update dependencies

* chore(deps): update dependencies

* fix: add type exceptions

* chore(deps): update dependencies

* fix: composable usage and passing

* chore(deps): update nuxt dependencies
  • Loading branch information
BobbieGoede committed Mar 2, 2024
1 parent 05ef8a0 commit b6edab3
Show file tree
Hide file tree
Showing 22 changed files with 1,992 additions and 918 deletions.
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -71,7 +71,7 @@
"pnpm": {
"overrides": {
"@nuxtjs/i18n": "link:.",
"nuxt": "^3.8.0",
"nuxt": "^3.10.3",
"consola": "^3"
}
},
Expand All @@ -81,7 +81,7 @@
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@intlify/utils": "^0.12.0",
"@miyaneee/rollup-plugin-json5": "^1.1.2",
"@nuxt/kit": "^3.7.4",
"@nuxt/kit": "^3.10.3",
"@rollup/plugin-yaml": "^4.1.2",
"@vue/compiler-sfc": "^3.3.4",
"debug": "^4.3.4",
Expand All @@ -92,6 +92,7 @@
"magic-string": "^0.30.4",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"scule": "^1.1.1",
"sucrase": "^3.34.0",
"ufo": "^1.3.1",
"unplugin": "^1.5.0",
Expand All @@ -103,7 +104,7 @@
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/types": "^7.23.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.7.4",
"@nuxt/schema": "^3.10.3",
"@types/debug": "^4.1.9",
"@unhead/vue": "^1.8.8",
"bumpp": "^9.2.0",
Expand All @@ -116,13 +117,13 @@
"gh-changelogen": "^0.2.8",
"globals": "^14.0.0",
"globby": "^14.0.0",
"h3": "^1.8.2",
"h3": "^1.10.1",
"jiti": "^1.20.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.0.2",
"nitropack": "^2.8.0",
"npm-run-all2": "^6.1.2",
"nuxt": "^3.7.4",
"nuxt": "^3.10.3",
"ofetch": "^1.3.3",
"playwright": "^1.38.1",
"prettier": "^3.0.3",
Expand All @@ -133,7 +134,7 @@
"undici": "^6.0.1",
"unhead": "^1.8.8",
"vitest": "^1.0.0",
"vue": "^3.4.7"
"vue": "^3.4.15"
},
"lint-staged": {
"*.{json,md,yml}": [
Expand Down

0 comments on commit b6edab3

Please sign in to comment.