Skip to content

Commit

Permalink
fix: unpin and update dependencies (#3015)
Browse files Browse the repository at this point in the history
* fix: unpin and update dependencies

* test: fix helper `waitForTransition` completing before transition

* test: fix issue #2226 tests not awaiting route change

* chore: fix linting errors
  • Loading branch information
BobbieGoede authored Jul 5, 2024
1 parent 0ef6d8b commit 3c3277e
Show file tree
Hide file tree
Showing 4 changed files with 1,095 additions and 464 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@
"pnpm": {
"overrides": {
"@nuxtjs/i18n": "link:.",
"@vue/compiler-sfc": "^3.4.21",
"jiti": "1.21.0",
"h3": "1.11.0",
"nuxt": "^3.11.1",
"ufo": "^1.5.1",
"vue-router": "4.3.0",
"consola": "^3"
}
},
Expand All @@ -87,9 +82,9 @@
"@intlify/unplugin-vue-i18n": "^5.0.0-beta.3",
"@intlify/utils": "^0.12.0",
"@miyaneee/rollup-plugin-json5": "^1.2.0",
"@nuxt/kit": "^3.10.3",
"@nuxt/kit": "^3.12.3",
"@rollup/plugin-yaml": "^4.1.2",
"@vue/compiler-sfc": "^3.4.30",
"@vue/compiler-sfc": "^3.4.31",
"debug": "^4.3.5",
"defu": "^6.1.2",
"estree-walker": "^3.0.3",
Expand All @@ -103,15 +98,15 @@
"ufo": "^1.3.1",
"unplugin": "^1.10.1",
"vue-i18n": "^10.0.0-beta.1",
"vue-router": "^4.2.5"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/parser": "^7.24.7",
"@babel/plugin-syntax-import-assertions": "^7.24.7",
"@babel/types": "^7.24.7",
"@eslint/js": "9.5.0",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.10.3",
"@nuxt/schema": "^3.12.3",
"@types/debug": "^4.1.9",
"@types/eslint": "^8.56.6",
"@unhead/vue": "^1.8.8",
Expand All @@ -125,13 +120,13 @@
"gh-changelogen": "^0.2.8",
"globals": "^15.6.0",
"globby": "^14.0.0",
"h3": "^1.10.1",
"h3": "^1.12.0",
"jiti": "^1.20.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"nitropack": "^2.9.6",
"nitropack": "^2.9.7",
"npm-run-all2": "^6.2.0",
"nuxt": "^3.10.3",
"nuxt": "^3.12.3",
"ofetch": "^1.3.4",
"playwright": "^1.38.1",
"prettier": "^3.3.2",
Expand All @@ -142,7 +137,7 @@
"undici": "^6.19.2",
"unhead": "^1.8.8",
"vitest": "^1.6.0",
"vue": "^3.4.30"
"vue": "^3.4.31"
},
"lint-staged": {
"*.{json,md,yml}": [
Expand Down
Loading

0 comments on commit 3c3277e

Please sign in to comment.