Skip to content

Commit

Permalink
update nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
zackha committed Jan 16, 2025
1 parent 9a6da25 commit bc7bd1f
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 562 deletions.
11 changes: 2 additions & 9 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ import pkg from './package.json';
export default defineNuxtConfig({
devtools: { enabled: false },

modules: [
'nuxt-graphql-request',
'@vueuse/nuxt',
'@nuxt/ui',
'@nuxt/image',
'notivue/nuxt',
'@nuxthub/core',
],
modules: ['nuxt-graphql-request', '@vueuse/nuxt', '@nuxt/ui', '@nuxt/image', 'notivue/nuxt', '@nuxthub/core'],

future: { compatibilityVersion: 4 },

Expand Down Expand Up @@ -41,4 +34,4 @@ export default defineNuxtConfig({
},

compatibilityDate: '2024-08-03',
});
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nuxt/ui": "^2.20.0",
"@nuxthub/core": "0.8.11",
"notivue": "^2.4.5",
"nuxt": "^3.15.1",
"nuxt": "^3.15.2",
"nuxt-graphql-request": "^8.1.1",
"swiper": "^11.2.0",
"vue": "latest"
Expand Down
Loading

0 comments on commit bc7bd1f

Please sign in to comment.