Skip to content

Commit

Permalink
fix: e2e errors on nuxt v3.1 (#1841)
Browse files Browse the repository at this point in the history
* fix: e2e errors on nuxt v3.1

* fix
  • Loading branch information
kazupon authored Feb 4, 2023
1 parent c439ae7 commit 2e41d59
Show file tree
Hide file tree
Showing 5 changed files with 918 additions and 886 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "1.6.3",
"nuxt": "3.1.1"
"@nuxt-themes/docus": "1.7.3",
"nuxt": "3.1.2"
}
}
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,62 +69,61 @@
"pnpm": {
"overrides": {
"@nuxtjs/i18n": "link:.",
"nuxt": "^3.0.0",
"@nuxt/content": "npm:@nuxt/content-edge@latest"
"nuxt": "^3.1.0"
}
},
"dependencies": {
"@intlify/bundle-utils": "^3.4.0",
"@intlify/shared": "9.3.0-beta.16",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@nuxt/kit": "^3.0.0",
"@vue/compiler-sfc": "^3.2.45",
"@nuxt/kit": "^3.1.2",
"@vue/compiler-sfc": "^3.2.47",
"cookie-es": "^0.5.0",
"debug": "^4.3.4",
"estree-walker": "^3.0.1",
"is-https": "^4.0.0",
"js-cookie": "^3.0.1",
"knitwork": "^1.0.0",
"magic-string": "^0.27.0",
"mlly": "^1.0.0",
"pathe": "^1.0.0",
"mlly": "^1.1.0",
"pathe": "^1.1.0",
"pkg-types": "^1.0.1",
"ufo": "^1.0.1",
"unplugin": "^1.0.1",
"vue-i18n": "9.3.0-beta.16",
"vue-i18n-routing": "^0.11.0"
},
"devDependencies": {
"@babel/parser": "^7.20.7",
"@babel/parser": "^7.20.15",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/types": "^7.20.7",
"@nuxt/module-builder": "latest",
"@nuxt/schema": "^3.0.0",
"@nuxt/test-utils": "^3.0.0",
"@nuxt/schema": "^3.1.2",
"@nuxt/test-utils": "^3.1.2",
"@types/debug": "^4.1.7",
"@types/js-cookie": "^3.0.2",
"@types/rimraf": "^3",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"bumpp": "^8.2.1",
"changelogithub": "^0.12.7",
"debug": "^4.3.4",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"gh-changelogen": "^0.2.8",
"jiti": "^1.16.0",
"jsdom": "^21.0.0",
"jiti": "^1.16.2",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.0",
"npm-run-all": "^4.1.5",
"nuxt": "^3.0.0",
"playwright": "^1.29.1",
"prettier": "^2.8.1",
"rimraf": "^4.1.1",
"playwright": "^1.30.0",
"prettier": "^2.8.3",
"rimraf": "^4.1.2",
"ts-essentials": "^9.3.0",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"vitest": "^0.26.2",
"vue": "^3.2.45",
"vue": "^3.2.47",
"yorkie": "^2.0.0"
},
"gitHooks": {
Expand Down
Loading

0 comments on commit 2e41d59

Please sign in to comment.