Skip to content

Commit

Permalink
fix: extract defineI18nRoute options fully (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 11, 2022
1 parent f67588f commit bc06d89
Show file tree
Hide file tree
Showing 7 changed files with 863 additions and 237 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@
"@intlify/shared": "9.3.0-beta.6",
"@intlify/unplugin-vue-i18n": "^0.7.1",
"@nuxt/kit": "^3.0.0-rc.12",
"@vue/compiler-sfc": "^3.2.44",
"cookie-es": "^0.5.0",
"debug": "^4.3.2",
"estree-walker": "^3.0.1",
"is-https": "^4.0.0",
"js-cookie": "^3.0.1",
"knitwork": "^0.1.2",
"magic-string": "^0.26.5",
"magic-string": "^0.26.7",
"mlly": "^0.5.4",
"pathe": "^0.3.2",
"ufo": "^0.8.5",
Expand All @@ -83,24 +85,25 @@
"vue-i18n-routing": "^0.9.0"
},
"devDependencies": {
"@babel/parser": "^7.17.9",
"@babel/types": "^7.20.2",
"@babel/parser": "^7.20.2",
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.0.0-rc.12",
"@nuxt/test-utils": "^3.0.0-rc.12",
"@types/debug": "^4.1.7",
"@types/js-cookie": "^3.0.1",
"@types/rimraf": "^3",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"bumpp": "^8.2.1",
"changelogithub": "^0.12.4",
"debug": "^4.3.3",
"eslint": "^8.24.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"gh-changelogen": "^0.2.6",
"jiti": "^1.14.0",
"jsdom": "^20.0.0",
"jsdom": "^20.0.2",
"lint-staged": "^12.1.2",
"npm-run-all": "^4.1.5",
"nuxt": "^3.0.0-rc.12",
Expand All @@ -109,8 +112,8 @@
"rimraf": "^3.0.2",
"ts-essentials": "^9.1.2",
"typescript": "^4.8.4",
"vitest": "^0.23.4",
"vue": "^3.2.41",
"vitest": "^0.25.0",
"vue": "^3.2.44",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down

0 comments on commit bc06d89

Please sign in to comment.