Skip to content

Commit 8c6441f

Browse files
committed
Upgrade dependencies
1 parent 6b17de9 commit 8c6441f

File tree

3 files changed

+1995
-5519
lines changed

3 files changed

+1995
-5519
lines changed

nuxt.config.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ export default defineNuxtConfig({
44
experimental: {
55
viewTransition: true
66
},
7-
// solve build issue on netlify
8-
postcss: {
9-
plugins: {
10-
tailwindcss: {},
11-
autoprefixer: {},
12-
cssnano: process.env.NODE_ENV === 'production' ? {preset: ['default', {discardComments: {removeAll: true}}]} : false,
13-
}
14-
},
157
modules: [
168
'@nuxt/content',
179
'@nuxt/image',
@@ -22,7 +14,6 @@ export default defineNuxtConfig({
2214
'nuxt-og-image',
2315
"@stefanobartoletti/nuxt-social-share",
2416
"@nuxtjs/seo",
25-
'@unlighthouse/nuxt',
2617
"@nuxtjs/mdc"
2718
],
2819
content: {
@@ -76,5 +67,6 @@ export default defineNuxtConfig({
7667
useNuxtImage : true
7768
}
7869
}
79-
}
70+
},
71+
compatibilityDate: '2024-09-05'
8072
})

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nuxt/image": "^1.8.0",
2323
"@nuxt/ui-pro": "^1.4.1",
2424
"@nuxtjs/mdc": "^0.8.3",
25-
"@vueuse/nuxt": "^10.11.1",
25+
"@vueuse/nuxt": "^11.0.3",
2626
"feed": "^4.2.2",
2727
"just-kebab-case": "^4.2.0",
2828
"nuxt-og-image": "^3.0.0-rc.66",
@@ -35,10 +35,9 @@
3535
"@nuxt/eslint-config": "^0.5.6",
3636
"@nuxthq/studio": "^2.0.3",
3737
"@nuxtjs/seo": "2.0.0-rc.21",
38-
"@stefanobartoletti/nuxt-social-share": "^0.7.1",
39-
"@unlighthouse/nuxt": "^0.10.6",
38+
"@stefanobartoletti/nuxt-social-share": "^1.0.1",
4039
"eslint": "^8.57.0",
41-
"nuxt": "^3.11.2",
40+
"nuxt": "^3.13.1",
4241
"vue-tsc": "^2.1.6"
4342
}
4443
}

0 commit comments

Comments
 (0)