Skip to content

Commit

Permalink
chore(deps): update nuxt core (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Jan 15, 2025
1 parent 15cb1d2 commit 2e47a2f
Show file tree
Hide file tree
Showing 4 changed files with 871 additions and 704 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@nuxt-themes/docus": "1.15.1",
"@nuxtjs/plausible": "1.1.1",
"nuxt": "3.14.1592"
"nuxt": "3.15.2"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@ionic/vue": "^8.2.6",
"@ionic/vue-router": "^8.2.6",
"@nuxt/kit": "^3.12.4",
"@unhead/vue": "^1.11.9",
"@unhead/vue": "^1.11.18",
"ionicons": "^7.4.0",
"pathe": "^2.0.0",
"pkg-types": "^1.1.3",
Expand All @@ -69,8 +69,8 @@
"devDependencies": {
"@nuxt/eslint-config": "0.7.1",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.14.1592",
"@nuxt/test-utils": "3.15.1",
"@nuxt/schema": "3.15.2",
"@nuxt/test-utils": "3.15.4",
"@types/node": "22.9.1",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
Expand All @@ -80,19 +80,19 @@
"happy-dom": "16.5.3",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"nuxt": "3.14.1592",
"nuxt": "3.15.2",
"playwright-core": "1.49.0",
"typescript": "5.6.3",
"unbuild": "3.0.0",
"unhead": "1.11.11",
"unhead": "1.11.18",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
"resolutions": {
"@nuxt/content": "2.13.4",
"@nuxt/kit": "3.14.1592",
"@nuxt/schema": "3.14.1592",
"@nuxt/kit": "3.15.2",
"@nuxt/schema": "3.15.2",
"@nuxtjs/ionic": "link:.",
"consola": "^3.2.3",
"nuxt-component-meta": ">=0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@capacitor/filesystem": "6.0.2",
"@capacitor/preferences": "6.0.3",
"@nuxtjs/ionic": "latest",
"nuxt": "3.14.1592"
"nuxt": "3.15.2"
}
}
Loading

0 comments on commit 2e47a2f

Please sign in to comment.