Skip to content

Commit

Permalink
chore: update dependencies and test
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Aug 14, 2024
1 parent df93837 commit c4e2534
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 1,217 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,9 @@
"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 +84,9 @@
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@intlify/utils": "^0.12.0",
"@miyaneee/rollup-plugin-json5": "^1.2.0",
"@nuxt/kit": "^3.10.3",
"@nuxt/kit": "^3.12.4",
"@rollup/plugin-yaml": "^4.1.2",
"@vue/compiler-sfc": "^3.4.30",
"@vue/compiler-sfc": "^3.4.37",
"debug": "^4.3.5",
"defu": "^6.1.2",
"estree-walker": "^3.0.3",
Expand All @@ -103,15 +100,15 @@
"ufo": "^1.3.1",
"unplugin": "^1.10.1",
"vue-i18n": "^9.9.0",
"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.4",
"@types/debug": "^4.1.9",
"@types/eslint": "^8.56.6",
"@unhead/vue": "^1.8.8",
Expand All @@ -131,7 +128,7 @@
"lint-staged": "^15.2.7",
"nitropack": "^2.9.6",
"npm-run-all2": "^6.2.0",
"nuxt": "^3.10.3",
"nuxt": "^3.12.4",
"ofetch": "^1.3.4",
"playwright": "^1.38.1",
"prettier": "^3.3.2",
Expand All @@ -142,7 +139,7 @@
"undici": "^6.19.2",
"unhead": "^1.8.8",
"vitest": "^1.6.0",
"vue": "^3.4.30"
"vue": "^3.4.37"
},
"lint-staged": {
"*.{json,md,yml}": [
Expand Down
Loading

0 comments on commit c4e2534

Please sign in to comment.