Skip to content

Commit

Permalink
Update Nuxt to latest - 3.11 (#141)
Browse files Browse the repository at this point in the history
* 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
bryantgillespie authored Mar 19, 2024
1 parent 7ac5b65 commit 06f74ca
Show file tree
Hide file tree
Showing 3 changed files with 1,526 additions and 1,449 deletions.
12 changes: 5 additions & 7 deletions layouts/default.vue
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>
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]",
Expand Down
Loading

0 comments on commit 06f74ca

Please sign in to comment.