-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Nuxt to latest * fix lock file * Update @nuxt/kit version to 3.11.1 * drop ufo and nuxi upgrade force * fix 404 * remove error boundary entirely
- Loading branch information
1 parent
7ac5b65
commit 06f74ca
Showing
3 changed files
with
1,526 additions
and
1,449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<script setup lang="ts"></script> | ||
|
||
<template> | ||
<NuxtErrorBoundary> | ||
<ThemeProvider variant="light"> | ||
<NavHeader /> | ||
<slot /> | ||
<NavFooter /> | ||
</ThemeProvider> | ||
</NuxtErrorBoundary> | ||
<ThemeProvider variant="light"> | ||
<NavHeader /> | ||
<slot /> | ||
<NavFooter /> | ||
</ThemeProvider> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
"@directus/sdk": "12.0.1", | ||
"@nuxt/devtools": "1.0.8", | ||
"@nuxt/image": "1.3.0", | ||
"@nuxt/kit": "3.10.2", | ||
"@nuxt/kit": "3.11.1", | ||
"@nuxtjs/eslint-module": "4.1.0", | ||
"@nuxtjs/fontaine": "0.4.1", | ||
"@nuxtjs/sitemap": "^5.1.0", | ||
|
@@ -33,17 +33,16 @@ | |
"iconify-icon": "2.0.0", | ||
"micromark": "4.0.0", | ||
"micromark-extension-gfm": "3.0.0", | ||
"nuxt": "3.10.2", | ||
"nuxt": "3.11.1", | ||
"nuxt-og-image": "3.0.0-rc.38", | ||
"nuxt-schema-org": "3.3.4", | ||
"p-queue": "8.0.1", | ||
"prettier": "3.1.0", | ||
"sass": "1.71.0", | ||
"shiki": "1.1.3", | ||
"typescript": "5.3.3", | ||
"ufo": "1.4.0", | ||
"vue": "3.4.19", | ||
"vue-router": "4.2.5", | ||
"vue": "3.4.21", | ||
"vue-router": "4.3.0", | ||
"vue-tsc": "1.8.27" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
Oops, something went wrong.